]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Change the name of sqlite3_atoi64 back to sqlite3Atoi64 so that it is clearly
authordrh <drh@noemail.net>
Tue, 26 Jun 2007 00:37:27 +0000 (00:37 +0000)
committerdrh <drh@noemail.net>
Tue, 26 Jun 2007 00:37:27 +0000 (00:37 +0000)
commitb6a9eceab286a51d327215b87ec5131486054e65
tree461a42afce24e6dc7cac6611f66b8a97071658cb
parent217f49093c0d9182379b46aa10356f62d40ffd03
Change the name of sqlite3_atoi64 back to sqlite3Atoi64 so that it is clearly
and internal API.  Modify the amalgamation to use a macro SQLITE_PRIVATE
instead of the keyword "static" so the macro can be overridden to by nothing. (CVS 4124)

FossilOrigin-Name: 96190cf13dd7219f483308fea92d703328aac4c7
manifest
manifest.uuid
src/sqliteInt.h
src/test1.c
src/util.c
src/vdbe.c
src/vdbemem.c
tool/mksqlite3c.tcl