summaryrefslogtreecommitdiff
path: root/byterun/fix_code.h
diff options
context:
space:
mode:
Diffstat (limited to 'byterun/fix_code.h')
-rw-r--r--byterun/fix_code.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/byterun/fix_code.h b/byterun/fix_code.h
deleted file mode 100644
index c754fad278..0000000000
--- a/byterun/fix_code.h
+++ /dev/null
@@ -1,15 +0,0 @@
-/* Translate a block of bytecode (endianness switch, threading). */
-
-#ifndef _fix_code_
-#define _fix_code_
-
-
-#include "misc.h"
-#include "mlvalues.h"
-
-void fixup_endianness P((code_t code, asize_t len));
-void thread_code P((code_t code, asize_t len, void * instr_table[]));
-
-
-#endif
-