]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Change all legacy instances of "#if SQLITE_DEBUG" to "#ifdef SQLITE_DEBUG" for
authordrh <drh@noemail.net>
Mon, 13 Feb 2017 13:35:55 +0000 (13:35 +0000)
committerdrh <drh@noemail.net>
Mon, 13 Feb 2017 13:35:55 +0000 (13:35 +0000)
commitd879e3eb8d1326182ae33fc0ecd47563add7e2b5
tree41c904c7055f71c2ef325c9fa72bb7e59ef97221
parent30a5831c45f5c51840fb8017bc1024e1bb058b53
Change all legacy instances of "#if SQLITE_DEBUG" to "#ifdef SQLITE_DEBUG" for
consistency.

FossilOrigin-Name: 670f10b24230863688270d12ac519609ade2302b
manifest
manifest.uuid
src/btree.c
src/ctime.c
src/expr.c
src/malloc.c
src/pcache.c
src/vdbe.c
src/vdbeaux.c