aboutsummaryrefslogtreecommitdiff
path: root/inc/preprocess.h
diff options
context:
space:
mode:
authorMarvin Borner2022-02-16 20:44:26 +0100
committerMarvin Borner2022-02-16 20:44:26 +0100
commit5cc450b6e8554f5d982f444b9026447971c94024 (patch)
tree7602f936718bc051b6901580b815cf7f53732f5e /inc/preprocess.h
parent51c4defc436c0d119941eb6d5b953d27b5b8e6f7 (diff)
Huh
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