From 5cc450b6e8554f5d982f444b9026447971c94024 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Wed, 16 Feb 2022 20:44:26 +0100 Subject: Huh --- inc/preprocess.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'inc/preprocess.h') 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 +#define MACRO_SKIP ((char)128) +#define MACRO_NEWLINE ((char)129) + void preprocess(struct ctx *ctx); #endif -- cgit v1.2.3