diff --git a/src/testtool.c b/src/testtool.c index 7b48c18..7c0450f 100644 --- a/src/testtool.c +++ b/src/testtool.c @@ -424,7 +424,7 @@ void dump_fnobj(LispPTR index) /************************************************************************/ /* Opcode names, by opcode */ -static const char *opcode_table[256] = { +const char *opcode_table[256] = { "-X-", "CAR", "CDR",