mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-14 15:36:34 +00:00
Move opcode_table into read-only storage. (#322)
This commit is contained in:
parent
40aa5d392d
commit
0480fee86c
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user