X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=lexer.h;h=9724a7b90d97c386e1de013a97e08d654e05d280;hb=b5ead871efa9190a8bfe3b56458bb3b0d65cab8b;hp=15730ee2ebacb035957e09815db7463099d60644;hpb=fed0f8b6b42f11740d673131edecdff1764053a9;p=xonotic%2Fgmqcc.git diff --git a/lexer.h b/lexer.h index 15730ee..9724a7b 100644 --- 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,