X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=token_t.h;h=20c64ad06c10a77b916e3050952cffecefab04b5;hb=d7384b0b065dd6195ac6649c4d48a06905bc8fe7;hp=f7a74f94d92c2ad92f93c4e22b353e6904bc56dd;hpb=516b4ed5ac675f2d94becf9fa0815ddc65f637ac;p=cparser diff --git a/token_t.h b/token_t.h index f7a74f9..20c64ad 100644 --- a/token_t.h +++ b/token_t.h @@ -28,10 +28,8 @@ typedef enum token_kind_tag_t { T_NULL = 0, -#define T(mode,x,str,val) T_##x val, -#define TS(x,str,val) T_##x val, +#define T(mode,x,str,val) x val, #include "tokens.inc" -#undef TS #undef T T_LAST_TOKEN } token_kind_tag_t;