]> de.git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - lexer.c
Parsing noref-pragma
[xonotic/gmqcc.git] / lexer.c
diff --git a/lexer.c b/lexer.c
index 4d283f464ddb2ff1bec50ec20dc294fb08f200e5..8e783e6988c449001e224336b12d7f022d460d46 100644 (file)
--- a/lexer.c
+++ b/lexer.c
@@ -492,6 +492,7 @@ unroll:
             vec_pop(command);
         }
         vec_free(command);
+        lex_ungetch(lex, ' ');
     }
     if (command) {
         vec_pop(command);
@@ -500,6 +501,7 @@ unroll:
             vec_pop(command);
         }
         vec_free(command);
+        lex_ungetch(lex, ' ');
     }
     if (pragma) {
         vec_pop(pragma);