X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=tokens.inc;h=2f9cef9a9c3b60e954285b15f054e2762d7daa5a;hb=9db031bc0264ac7cb20df07d86a285f15873ba3b;hp=7ac97ce0110776d4d82e590617a1ea93f4fb9685;hpb=abe049fa29902f0833308b4d5f0234c9ee4a8d61;p=cparser diff --git a/tokens.inc b/tokens.inc index 7ac97ce..2f9cef9 100644 --- a/tokens.inc +++ b/tokens.inc @@ -69,11 +69,20 @@ S(_ALL, __builtin_prefetch) S(_ALL, __builtin_huge_val) S(_ALL, __PRETTY_FUNCTION__) S(_ALL, __FUNCTION__) +S(_ALL, __label__) S(_C99, __func__) S(_MS, __FUNCSIG__) S(_MS, __FUNCDNAME__) #undef S +/* needed on Windows */ +#ifdef __w64 +#undef __w64 +#endif +#ifdef __ptr64 +#undef __ptr64 +#endif + /* needed on darwin... */ #ifdef __signed #undef __signed