]> granicus.if.org Git - clang/commitdiff
_asm is another valid alias for asm.
authorAnders Carlsson <andersca@mac.com>
Mon, 14 Jan 2008 07:46:40 +0000 (07:46 +0000)
committerAnders Carlsson <andersca@mac.com>
Mon, 14 Jan 2008 07:46:40 +0000 (07:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@45957 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/TokenKinds.def

index b46a8946d92937b489df11b54e7896caa970b08c..fcdf8c80a7b135f7a9330f96be3cc8213b768564 100644 (file)
@@ -307,6 +307,7 @@ ALIAS("__attribute__", __attribute)
 ALIAS("__const"      , const      )
 ALIAS("__const__"    , const      )
 ALIAS("__alignof__"  , __alignof  )
+ALIAS("_asm"         , asm        )
 ALIAS("__asm"        , asm        )
 ALIAS("__asm__"      , asm        )
 ALIAS("__complex"    , _Complex   )