]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - lexer.h
Implemented __VA_COUNT__
[xonotic/gmqcc.git] / lexer.h
diff --git a/lexer.h b/lexer.h
index 15730ee2ebacb035957e09815db7463099d60644..9724a7b90d97c386e1de013a97e08d654e05d280 100644 (file)
--- a/lexer.h
+++ b/lexer.h
@@ -76,6 +76,7 @@ enum {
 
     TOKEN_VA_ARGS, /* for the ftepp only */
     TOKEN_VA_ARGS_ARRAY, /* for the ftepp only */
+    TOKEN_VA_COUNT,     /* to get the count of vaargs */
 
     TOKEN_STRINGCONST, /* not the typename but an actual "string" */
     TOKEN_CHARCONST,