diff options
Diffstat (limited to 'byterun/fix_code.h')
-rw-r--r-- | byterun/fix_code.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/byterun/fix_code.h b/byterun/fix_code.h index 652d2d816..c6ff34d27 100644 --- a/byterun/fix_code.h +++ b/byterun/fix_code.h @@ -22,7 +22,7 @@ #include "mlvalues.h" #ifdef THREADED_CODE -void ** instr_table; +extern void ** instr_table; #endif void fixup_endianness P((code_t code, asize_t len)); @@ -30,4 +30,3 @@ void thread_code P((code_t code, asize_t len)); #endif - |