]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Save about 800 bytes of code space by aligning TK_ and OP_ constants so that
authordrh <drh@noemail.net>
Mon, 4 Oct 2004 13:19:23 +0000 (13:19 +0000)
committerdrh <drh@noemail.net>
Mon, 4 Oct 2004 13:19:23 +0000 (13:19 +0000)
commitf2bc013c7011580ae976e5d7a978863b3f84a52d
tree8fdf6922f04914830682242910be66e9d5a58b26
parent9c105bb990007c678ca28e63b764f8d0b557d5f9
Save about 800 bytes of code space by aligning TK_ and OP_ constants so that
we do not have to translate between them. (CVS 1998)

FossilOrigin-Name: 4c817e3f293a9c1365e632f7dc13ae440263332a
Makefile.in
main.mk
manifest
manifest.uuid
mkopcodeh.awk [new file with mode: 0644]
src/expr.c
src/parse.y
src/sqliteInt.h
src/vdbe.c