]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - lexer.h
string-literals now do not treat digraphs as digraphs
[xonotic/gmqcc.git] / lexer.h
diff --git a/lexer.h b/lexer.h
index c2a9a4924d758691ea1fd58d80e52c10217ac9f4..8d525a5db5e54eb507ba35a6def53ff162f365ad 100644 (file)
--- a/lexer.h
+++ b/lexer.h
@@ -108,6 +108,7 @@ typedef struct {
 
        struct {
            bool noops;
+           bool nodigraphs; /* used when lexing string constants */
        } flags;
 
     int framevalue;