diff options
Diffstat (limited to 'byterun/fix_code.h')
-rw-r--r-- | byterun/fix_code.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/byterun/fix_code.h b/byterun/fix_code.h index 463eff1ad..0caab959a 100644 --- a/byterun/fix_code.h +++ b/byterun/fix_code.h @@ -15,8 +15,8 @@ /* Handling of blocks of bytecode (endianness switch, threading). */ -#ifndef _fix_code_ -#define _fix_code_ +#ifndef CAML_FIX_CODE_H +#define CAML_FIX_CODE_H #include "config.h" @@ -39,4 +39,4 @@ extern char * instr_base; void thread_code (code_t code, asize_t len); #endif -#endif +#endif /* CAML_FIX_CODE_H */ |