mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
Preferring short names for exact and inexact.
This commit is contained in:
parent
96e12ad6b4
commit
d85af0935c
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ static const char* sexp_opcode_names_[] =
|
|||
"ISA?", "SLOTN-REF", "SLOTN-SET",
|
||||
"CAR", "CDR", "SET-CAR", "SET-CDR", "CONS",
|
||||
"ADD", "SUB", "MUL", "DIV", "QUOTIENT", "REMAINDER",
|
||||
"LT", "LE", "EQN", "EQ", "EXACT->INEXACT", "INEXACT->EXACT",
|
||||
"LT", "LE", "EQN", "EQ", "INEXACT", "EXACT",
|
||||
"CHAR->INTEGER", "INTEGER->CHAR", "CHAR-UPCASE", "CHAR-DOWNCASE",
|
||||
"WRITE-CHAR", "WRITE-STRING", "READ-CHAR", "PEEK-CHAR",
|
||||
"YIELD", "FORCE", "RET", "DONE",
|
||||
|
|
Loading…
Add table
Reference in a new issue