summaryrefslogtreecommitdiffstats
path: root/byterun/mlvalues.h
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>2003-12-08 19:50:26 +0000
committerDamien Doligez <damien.doligez-inria.fr>2003-12-08 19:50:26 +0000
commit5fcac6a58cd4ba1f7d7685346c657dcaf1aba5d5 (patch)
tree21d82a574fe72413406c9aaaa2b0186c5f54c8c2 /byterun/mlvalues.h
parent6cecdc521feb4bfa7928fd92f5c8be354023fafb (diff)
debut du travail de depollution de l'espace de noms (PR#1914)
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@6011 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'byterun/mlvalues.h')
-rw-r--r--byterun/mlvalues.h6
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 */