diff options
Diffstat (limited to 'inc/preprocess.h')
-rw-r--r-- | inc/preprocess.h | 11 |
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 |