]> de.git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - lexer.c
__builtin_debug_printtype directive... helped me down tracking a bug: parsing typedef...
[xonotic/gmqcc.git] / lexer.c
diff --git a/lexer.c b/lexer.c
index 6fbe41def69acdc486d96e031091deb7d07cff2f..662e7e7c4092453251c70cd3d149c809376ad6f5 100644 (file)
--- a/lexer.c
+++ b/lexer.c
@@ -48,7 +48,9 @@ static const char *keywords_fg[] = {
     "struct", "union",
     "break", "continue",
     "typedef",
-    "goto"
+    "goto",
+
+    "__builtin_debug_printtype"
 };
 static size_t num_keywords_fg = sizeof(keywords_fg) / sizeof(keywords_fg[0]);