From 26737f3cbf992e477b4681dc523bdad0de6b0718 Mon Sep 17 00:00:00 2001 From: Nick Briggs Date: Sat, 7 Jan 2023 16:51:52 -0800 Subject: [PATCH] Resolve warning: no previous extern declaration for non-static variable in gccode.c --- src/gccode.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gccode.c b/src/gccode.c index 433a162..cad9f19 100644 --- a/src/gccode.c +++ b/src/gccode.c @@ -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