aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/antcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/antcc.h')
-rw-r--r--src/antcc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/antcc.h b/src/antcc.h
index 59ae690..61170b9 100644
--- a/src/antcc.h
+++ b/src/antcc.h
@@ -144,6 +144,10 @@ enum { /* GCC include directory search order: https://gcc.gnu.org/onlinedocs/gcc
};
extern CInclPath *cinclpaths[5];
+/** c_lex.c **/
+void cpp0define(const char *name, const char *body);
+void cpp0undef(const char *name);
+
/**********/
/* Target */
/**********/