aboutsummaryrefslogtreecommitdiff
path: root/inc/preprocess.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/preprocess.h')
-rw-r--r--inc/preprocess.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/inc/preprocess.h b/inc/preprocess.h
index e57af10..2724068 100644
--- a/inc/preprocess.h
+++ b/inc/preprocess.h
@@ -3,6 +3,9 @@
#include <context.h>
+#define MACRO_SKIP ((char)128)
+#define MACRO_NEWLINE ((char)129)
+
void preprocess(struct ctx *ctx);
#endif