Markup fix.

This commit is contained in:
Georg Brandl 2006-08-29 07:19:18 +00:00
parent 2c68d600ca
commit 10a438680a
1 changed files with 1 additions and 1 deletions

View File

@ -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