fix cases where compoundlits are constant/get an entity
[cparser] / token_t.h
index 9f3d73e..20c64ad 100644 (file)
--- a/token_t.h
+++ b/token_t.h
@@ -29,9 +29,7 @@
 typedef enum token_kind_tag_t {
        T_NULL  =  0,
 #define T(mode,x,str,val) x val,
-#define TS(x,str,val)     x val,
 #include "tokens.inc"
-#undef TS
 #undef T
        T_LAST_TOKEN
 } token_kind_tag_t;