Markup fix.
This commit is contained in:
parent
2c68d600ca
commit
10a438680a
|
@ -379,7 +379,7 @@ on having correct information about what bytecode exists.
|
|||
First, you must choose a name and a unique identifier number. The official
|
||||
list of bytecode can be found in Include/opcode.h . If the opcode is to take
|
||||
an argument, it must be given a unique number greater than that assigned to
|
||||
``HAVE_ARGUMENT`` (as found in Include/opcode.h``).
|
||||
``HAVE_ARGUMENT`` (as found in Include/opcode.h).
|
||||
|
||||
Once the name/number pair
|
||||
has been chosen and entered in Include/opcode.h, you must also enter it into
|
||||
|
|
Loading…
Reference in New Issue