]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Move a couple of WAL-related function declarations in sqliteInt.h and pager.h into...
authordan <dan@noemail.net>
Wed, 10 Oct 2012 09:46:29 +0000 (09:46 +0000)
committerdan <dan@noemail.net>
Wed, 10 Oct 2012 09:46:29 +0000 (09:46 +0000)
commit06a2d825668c74e074c7a93d3697edd9cfe8bd24
tree8772f8129d78e3c8a809bde55bf0fe655878908e
parent90abfd086fd8feb9d95fe7e222b6c3289886ee6a
Move a couple of WAL-related function declarations in sqliteInt.h and pager.h into "#ifndef SQLITE_OMIT_WAL" blocks. Otherwise, the amalgamation fails to build using some compilers with SQLITE_OMIT_WAL (static function declared but not defined).

FossilOrigin-Name: f7437153b90b25a1b77294a0f8d1b0bd4bd08c08
manifest
manifest.uuid
src/pager.h
src/sqliteInt.h