diff options
author | Damien Doligez <damien.doligez-inria.fr> | 1997-05-03 18:33:16 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 1997-05-03 18:33:16 +0000 |
commit | 2a81793e7d660358fe173c59650c63eee6777b2b (patch) | |
tree | 93d5d2739bdd8ea1a139b969a4cde0a594d5ff16 /byterun/fix_code.h | |
parent | 2ef4e1c5bec0a5f19df87b754dfc10e1ca17c18e (diff) |
Nettoyage
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1516 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'byterun/fix_code.h')
-rw-r--r-- | byterun/fix_code.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/byterun/fix_code.h b/byterun/fix_code.h index 5efcce96a..e6149b091 100644 --- a/byterun/fix_code.h +++ b/byterun/fix_code.h @@ -30,8 +30,8 @@ void fixup_endianness P((code_t code, asize_t len)); void set_instruction P((code_t pos, opcode_t instr)); #ifdef THREADED_CODE -extern void ** instr_table; -extern void * instr_base; +extern char ** instr_table; +extern char * instr_base; void thread_code P((code_t code, asize_t len)); #endif |