X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=tokens.inc;h=2c5ee80a8efe8c0e944638a7395e70a5ab54f341;hb=4faa15065c7961f926e5ae5d7ad0ca5f00a866f4;hp=7074783678630ae874b0eb7b0d1123838d747c68;hpb=f3f57226195059ecb38d482c469a4c665fc9c2d1;p=cparser diff --git a/tokens.inc b/tokens.inc index 7074783..2c5ee80 100644 --- a/tokens.inc +++ b/tokens.inc @@ -136,6 +136,8 @@ T(_MS, __declspec, "__declspec", = T_declspec) T(_MS, based, "_based",) T(_MS, __based, "__based", = T_based) +T(_MS, w64, "__w64",) + T(_MS, int8, "_int8",) T(_MS, __int8, "__int8", = T_int8) T(_MS, int16, "_int16",)