X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=tokens.inc;h=6842157c50d319e3b9d36dcda849ce83eeb0ad27;hb=524755e6c9e00c7aa78ecd7da9ecc3b15e795a43;hp=95aae0df36cca1c8230d067357f1c816f0106f4d;hpb=d9387546895f27b00b3a2867be1b8829f246415c;p=cparser diff --git a/tokens.inc b/tokens.inc index 95aae0d..6842157 100644 --- a/tokens.inc +++ b/tokens.inc @@ -83,7 +83,7 @@ T(_C99, _restrict, "restrict", = T_restrict) T(_ALL, asm, "asm",) T(_GNUC, __asm__, "__asm__", = T_asm) T(_MS, _asm, "_asm", = T_asm) -T(_MS, __asm, "__asm", = T_asm) +T(_GNUC|_MS, __asm, "__asm", = T_asm) T(_ANSI|_C99, volatile, "volatile",) T(_GNUC, __volatile__, "__volatile__", = T_volatile) T(_C99, inline, "inline",)