mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-26 20:02:37 +00:00
Move opcode_table into read-only storage. (#322)
This commit is contained in:
@@ -418,7 +418,8 @@ void dump_fnobj(LispPTR index)
|
||||
/************************************************************************/
|
||||
|
||||
/* Opcode names, by opcode */
|
||||
char *opcode_table[256] = {"-X-",
|
||||
static const char *opcode_table[256] = {
|
||||
"-X-",
|
||||
"CAR",
|
||||
"CDR",
|
||||
"LISTP",
|
||||
|
||||
Reference in New Issue
Block a user