diff options
Diffstat (limited to 'byterun/mlvalues.h')
-rw-r--r-- | byterun/mlvalues.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/byterun/mlvalues.h b/byterun/mlvalues.h index bf52b53d4..40c83998a 100644 --- a/byterun/mlvalues.h +++ b/byterun/mlvalues.h @@ -13,8 +13,8 @@ /* $Id$ */ -#ifndef _mlvalues_ -#define _mlvalues_ +#ifndef CAML_MLVALUES_H +#define CAML_MLVALUES_H #include "config.h" @@ -296,4 +296,4 @@ CAMLextern char * static_data_start, * static_data_end; extern value global_data; -#endif /* _mlvalues_ */ +#endif /* CAML_MLVALUES_H */ |