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:
@ -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 */"
|
||||
|
Reference in New Issue
Block a user