]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Modify the build process so that the VDBE opcode numbers and the table
authordrh <drh@noemail.net>
Sun, 8 Sep 2002 00:04:50 +0000 (00:04 +0000)
committerdrh <drh@noemail.net>
Sun, 8 Sep 2002 00:04:50 +0000 (00:04 +0000)
commit8f619ccd3c0c43fd57fdba6d5f78b91f09271f85
tree52ca554133aa0f76ca3e553ccb0c58aed8bad83f
parent8c90ebb0e2c4ca602bedc3f4f14ed80ffe9c23cf
Modify the build process so that the VDBE opcode numbers and the table
that contains the opcode names are both automatically generated. This makes
it much easier to create new VDBE opcodes. (CVS 746)

FossilOrigin-Name: eb54d455b0325d3be96daf6c220c4ee3e0da1a85
Makefile.in
main.mk
manifest
manifest.uuid
src/expr.c
src/vdbe.c
src/vdbe.h
tool/opNames.awk [deleted file]
tool/renumberOps.awk [deleted file]