]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix problems with the WatCom C compiler: Arrays must contain at least one
authordrh <drh@noemail.net>
Sat, 19 Jun 2004 15:22:56 +0000 (15:22 +0000)
committerdrh <drh@noemail.net>
Sat, 19 Jun 2004 15:22:56 +0000 (15:22 +0000)
commit998da3a287ef7ec59b52d7a1cc2246eb8e127fcb
tree4c64d240506b062ba20221b89325955d16cb21bd
parenta99db3b6accf3b7c0fb4c0a6a3585e2f69161713
Fix problems with the WatCom C compiler:  Arrays must contain at least one
element.  sqlite3FreeX declared properly.  Don't allow run-time expression
(the SQLITE_UTF16NATIVE macro) in an array initializer. (CVS 1640)

FossilOrigin-Name: fbfc3c95a8abf25bb9e2b44cfeb7186c5b0591d7
main.mk
manifest
manifest.uuid
src/pragma.c
src/sqliteInt.h
src/vdbeInt.h
src/vdbeapi.c