1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-27 20:41:58 +03:00

Rename the OP_MX_JUMP macro to SQLITE_MX_JUMP_OPCODE to avoid confusing the

opcode name generator.

FossilOrigin-Name: e554a4c38bda9c73bf129bb7c665c53ccc4d96a8
This commit is contained in:
drh
2016-04-11 16:35:05 +00:00
parent 4f0010b1bc
commit c310db39ff
4 changed files with 11 additions and 11 deletions

View File

@ -260,4 +260,4 @@ puts "** JUMP opcode the better, so the mkopcodeh.tcl script that"
puts "** generated this include file strives to group all JUMP opcodes"
puts "** together near the beginning of the list."
puts "*/"
puts "#define OP_MX_JUMP $mxJump /* Maximum JUMP opcode */"
puts "#define SQLITE_MX_JUMP_OPCODE $mxJump /* Maximum JUMP opcode */"