GCC understands __asm, too.
authorChristoph Mallon <christoph.mallon@gmx.de>
Mon, 10 Dec 2007 22:47:44 +0000 (22:47 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Mon, 10 Dec 2007 22:47:44 +0000 (22:47 +0000)
[r18665]

tokens.inc

index 95aae0d..6842157 100644 (file)
@@ -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",)