1
0
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:
Bruce Mitchener 2021-01-30 13:46:24 +07:00 committed by GitHub
parent 40aa5d392d
commit 0480fee86c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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