From fa02225c5ae8b704408769c70bb47101042762b8 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sun, 20 Feb 2022 18:48:30 +0100 Subject: Haskell ftw --- inc/preprocess.h | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 inc/preprocess.h (limited to 'inc/preprocess.h') 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 - -#define MACRO_SKIP ((char)128) -#define MACRO_NEWLINE ((char)129) - -void preprocess(struct ctx *ctx); - -#endif -- cgit v1.2.3