summaryrefslogtreecommitdiff
path: root/tools/d2c/helpers.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/helpers.h
parent66c99d59d6a6d533de0bb65488de8243213bcdea (diff)
Cleaned, rewritten and improved the whole code of the compiler.
Diffstat (limited to 'tools/d2c/helpers.h')
-rw-r--r--tools/d2c/helpers.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/d2c/helpers.h b/tools/d2c/helpers.h
index 8c39a85..1df821c 100644
--- a/tools/d2c/helpers.h
+++ b/tools/d2c/helpers.h
@@ -21,8 +21,8 @@
*/
-#ifndef _TOOLS_HELPERS_H
-#define _TOOLS_HELPERS_H
+#ifndef _TOOLS_D2C_HELPERS_H
+#define _TOOLS_D2C_HELPERS_H
#include <ctype.h>
@@ -44,4 +44,4 @@ char *make_callable(const char *raw, bool);
-#endif /* _TOOLS_HELPERS_H */
+#endif /* _TOOLS_D2C_HELPERS_H */