]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Remove the P3 and label arguments from the internal sqliteVdbeAddOp()
authordrh <drh@noemail.net>
Sat, 13 Oct 2001 01:06:47 +0000 (01:06 +0000)
committerdrh <drh@noemail.net>
Sat, 13 Oct 2001 01:06:47 +0000 (01:06 +0000)
commit99fcd718e12cb7564f46b07c2623feca32f94b7e
tree0622aea6501d2645522783d044ebfd1d4101989d
parent81a20f21d5de047d647ca8e6de39350550075542
Remove the P3 and label arguments from the internal sqliteVdbeAddOp()
function.  This makes the code easier to read and perhaps smaller as
well. (CVS 286)

FossilOrigin-Name: 288ef1247b94c6c933451d120cdc78e471efc14e
manifest
manifest.uuid
src/build.c
src/delete.c
src/expr.c
src/insert.c
src/select.c
src/update.c
src/vdbe.c
src/vdbe.h
src/where.c