X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=tokens_preprocessor.inc;h=aa11d2206f475b838429ed4f1fd555526432a47a;hb=3d1fea359377282d17186c6d61d8ca1f20b87c69;hp=e2ab81de88a4b4acc4928331fff421259c8f6c16;hpb=6ff85b6a89c74076dc516e3a38bc26bd80c37fa5;p=cparser diff --git a/tokens_preprocessor.inc b/tokens_preprocessor.inc index e2ab81d..aa11d22 100644 --- a/tokens_preprocessor.inc +++ b/tokens_preprocessor.inc @@ -1,18 +1,21 @@ -#define S(x) T(_ALL,x,#x,) - -S(if) -S(else) -S(elif) -S(endif) -S(ifdef) -S(ifndef) -S(include) -S(define) -S(undef) -S(line) -S(error) -S(pragma) - -#undef S - -#define TP_LAST_TOKEN (TP_pragma + 1) +T(CX_LIMITED_RANGE) +T(DEFAULT) +T(FENV_ACCESS) +T(FP_CONTRACT) +T(OFF) +T(ON) +T(STDC) +T(define) +T(defined) +T(elif) +T(else) /* remember that this gives T_else, not T_IDENTIFIER like most others */ +T(endif) +T(error) +T(if) /* remember that this gives T_if */ +T(ifdef) +T(ifndef) +T(include) +T(include_next) +T(line) +T(pragma) +T(undef)