aboutsummaryrefslogtreecommitdiff
path: root/inc/preprocess.h
diff options
context:
space:
mode:
authorMarvin Borner2022-02-20 18:48:30 +0100
committerMarvin Borner2022-02-20 18:48:30 +0100
commitfa02225c5ae8b704408769c70bb47101042762b8 (patch)
tree2bbd0763fccacd0a35631d6ee9a2176ed836eef5 /inc/preprocess.h
parent5cc450b6e8554f5d982f444b9026447971c94024 (diff)
Haskell ftw
Diffstat (limited to 'inc/preprocess.h')
-rw-r--r--inc/preprocess.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/inc/preprocess.h b/inc/preprocess.h
deleted file mode 100644
index 2724068..0000000
--- a/inc/preprocess.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef PREPROCESS_H
-#define PREPROCESS_H
-
-#include <context.h>
-
-#define MACRO_SKIP ((char)128)
-#define MACRO_NEWLINE ((char)129)
-
-void preprocess(struct ctx *ctx);
-
-#endif