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/sys.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/sys.h')
-rw-r--r-- | byterun/sys.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/byterun/sys.h b/byterun/sys.h index a732611ee..f0e2582e5 100644 --- a/byterun/sys.h +++ b/byterun/sys.h @@ -13,8 +13,8 @@ /* $Id$ */ -#ifndef _sys_ -#define _sys_ +#ifndef CAML_SYS_H +#define CAML_SYS_H #include "misc.h" @@ -26,4 +26,4 @@ CAMLextern value sys_exit (value); extern char * caml_exe_name; -#endif /* _sys_ */ +#endif /* CAML_SYS_H */ |