]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Modify sources to that they can be combined into a single sqlite3.c source
authordrh <drh@noemail.net>
Mon, 26 Mar 2007 22:05:01 +0000 (22:05 +0000)
committerdrh <drh@noemail.net>
Mon, 26 Mar 2007 22:05:01 +0000 (22:05 +0000)
commit4f0c58781907cf605cd70c467dd290162f29aa1a
tree97f29b4151bac6f9d3b0d503d42f7361a6e7bbb3
parent45068f4b5c45f034950f82e362c8e136064e1873
Modify sources to that they can be combined into a single sqlite3.c source
file.  Eliminate all type-pruned pointer warnings. (CVS 3722)

FossilOrigin-Name: 0b832e218ec12b0eb559e407d80aba6709e2ea85
24 files changed:
main.mk
manifest
manifest.uuid
src/btree.c
src/build.c
src/expr.c
src/os_common.h
src/os_os2.c
src/os_unix.c
src/os_win.c
src/pager.c
src/prepare.c
src/sqliteInt.h
src/test1.c
src/test3.c
src/test_async.c
src/util.c
src/vdbe.c
src/vdbeInt.h
src/vdbeapi.c
src/vdbeaux.c
src/vdbefifo.c
src/vdbemem.c
src/where.c