X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=token_t.h;h=c1975a0567cd54f94d50eb6e24fb0808e6133bcd;hb=87686a3e9a834c551c74c5391b4859aa8fca8482;hp=21669af42bc0c2abeffed535f29ea53f12afaf77;hpb=d5e8df5885f97ea65839f8970b8697549c207610;p=cparser diff --git a/token_t.h b/token_t.h index 21669af..c1975a0 100644 --- a/token_t.h +++ b/token_t.h @@ -19,12 +19,9 @@ typedef enum { typedef enum { #define T(x,str,val) TP_##x val, #define TS(x,str,val) TP_##x val, -#include "tokens.inc" +#include "tokens_preprocessor.inc" #undef TS #undef T - - TP_EOF = T_EOF, - TP_ERROR = T_ERROR } preprocessor_token_type_t; typedef struct {