summaryrefslogtreecommitdiff
path: root/tools/d2c/pproc.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-01-28 23:32:25 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-01-28 23:32:25 (GMT)
commit16e0fd9d89ef433848678dfc8dd20426844a2868 (patch)
tree79075ae02c133cea21ffb555b1086aae833b3aac /tools/d2c/pproc.h
parent66c99d59d6a6d533de0bb65488de8243213bcdea (diff)
Cleaned, rewritten and improved the whole code of the compiler.
Diffstat (limited to 'tools/d2c/pproc.h')
-rw-r--r--tools/d2c/pproc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/d2c/pproc.h b/tools/d2c/pproc.h
index 6675fa1..2a7b6c8 100644
--- a/tools/d2c/pproc.h
+++ b/tools/d2c/pproc.h
@@ -21,8 +21,8 @@
*/
-#ifndef _TOOLS_PPROC_H
-#define _TOOLS_PPROC_H
+#ifndef _TOOLS_D2C_PPROC_H
+#define _TOOLS_D2C_PPROC_H
#include <sys/types.h>
@@ -64,4 +64,4 @@ const char *find_macro(const pre_processor *, const char *);
-#endif /* _TOOLS_PPROC_H */
+#endif /* _TOOLS_D2C_PPROC_H */