]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - ftepp.c
mergelines flag for the lexer to handle a backslash-newline
[xonotic/gmqcc.git] / ftepp.c
diff --git a/ftepp.c b/ftepp.c
index 72e6a4899d7f6ca5da8f96ce46b91c24dd024dba..b29b96b916db710ae559d652bf43461199443ce8 100644 (file)
--- a/ftepp.c
+++ b/ftepp.c
@@ -576,7 +576,8 @@ static bool ftepp_preprocess(ftepp_t *ftepp)
     bool newline = true;
 
     ftepp->lex->flags.preprocessing = true;
-    ftepp->lex->flags.noops = true;
+    ftepp->lex->flags.mergelines    = true;
+    ftepp->lex->flags.noops         = true;
 
     ftepp_next(ftepp);
     do