diff options
author | Damien Doligez <damien.doligez-inria.fr> | 2003-12-15 18:10:51 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 2003-12-15 18:10:51 +0000 |
commit | 1a9f5599ddaf9dc3798f0892786a46ac9b73bbb1 (patch) | |
tree | f794bf3931ce36863824f1c040f3257d638bafa6 /byterun/fix_code.h | |
parent | 8fde08275d43b3ec5a58d8920f8850b57c4bac5f (diff) |
decontamination (PR#1914, PR#1956)
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@6021 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
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 */ |