1
0
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:
Bruce Mitchener
2021-01-30 13:46:24 +07:00
committed by GitHub
parent 40aa5d392d
commit 0480fee86c

View File

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