1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-14 23:46:14 +00:00

Resolve warning: no previous extern declaration for non-static variable in gccode.c

This commit is contained in:
Nick Briggs 2023-01-07 16:51:52 -08:00
parent 235246ded3
commit 26737f3cbf

View File

@ -69,6 +69,7 @@ typedef struct implicit_key_hash_table {
} Ikhashtbl;
#endif
extern unsigned int oplength[256];
#ifdef BIGVM
/* Table of opcode lengths for 4-byte atom opcode cases */
#define LONGEST_OPCODE 5