]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Improvements to compile-time-option hygiene. Use "#if OPTION" instead of
authordrh <drh@noemail.net>
Sat, 10 Jan 2015 16:49:23 +0000 (16:49 +0000)
committerdrh <drh@noemail.net>
Sat, 10 Jan 2015 16:49:23 +0000 (16:49 +0000)
commit0ede9ebec71f6d7f7c1427d59c2c4705e7182251
treed78315212ade1288b47e13daaf6c93ad2a2116a5
parent6aed1c4ff0785bcfc0cfa4a6d870df7f52c315b1
Improvements to compile-time-option hygiene.  Use "#if OPTION" instead of
"#ifdef OPTION" in cases where that makes sense, so that -DOPTION=0 will work.
Add the "Have-Not" configuration in releasetest.tcl which disables all of
the "HAVE_component" compile-time options.

FossilOrigin-Name: 9e92a5ed5aaba20461ed4ce8359d6e34e7773d68
12 files changed:
manifest
manifest.uuid
src/ctime.c
src/date.c
src/main.c
src/mem1.c
src/printf.c
src/shell.c
src/sqliteInt.h
src/test_config.c
src/util.c
test/releasetest.tcl