summaryrefslogtreecommitdiffstats
path: root/byterun/fix_code.h
diff options
context:
space:
mode:
Diffstat (limited to 'byterun/fix_code.h')
-rw-r--r--byterun/fix_code.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/byterun/fix_code.h b/byterun/fix_code.h
index 62131815a..3ff34b995 100644
--- a/byterun/fix_code.h
+++ b/byterun/fix_code.h
@@ -26,14 +26,14 @@ extern asize_t code_size;
extern unsigned char * saved_code;
extern unsigned char code_md5[16];
-void load_code P((int fd, asize_t len));
-void fixup_endianness P((code_t code, asize_t len));
-void set_instruction P((code_t pos, opcode_t instr));
+void load_code (int fd, asize_t len);
+void fixup_endianness (code_t code, asize_t len);
+void set_instruction (code_t pos, opcode_t instr);
#ifdef THREADED_CODE
extern char ** instr_table;
extern char * instr_base;
-void thread_code P((code_t code, asize_t len));
+void thread_code (code_t code, asize_t len);
#endif
#endif