diff options
author | Howard Hinnant <hhinnant@apple.com> | 2009-02-19 00:25:33 +0000 |
---|---|---|
committer | Howard Hinnant <hhinnant@apple.com> | 2009-02-19 00:25:33 +0000 |
commit | 2d12fbdc2e51dcc5fc70f9e29b60e3b219464d92 (patch) | |
tree | fa65ca0485167ee887f0ba59039e319c056d7b64 /clang | |
parent | d29fecd7466aa54c290f59606126e933c4ea6bf9 (diff) | |
download | bcm5719-llvm-2d12fbdc2e51dcc5fc70f9e29b60e3b219464d92.tar.gz bcm5719-llvm-2d12fbdc2e51dcc5fc70f9e29b60e3b219464d92.zip |
testing
llvm-svn: 64990
Diffstat (limited to 'clang')
-rw-r--r-- | clang/lib/Headers/tgmath.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Headers/tgmath.h b/clang/lib/Headers/tgmath.h index e1a00236781..f64f117d2f2 100644 --- a/clang/lib/Headers/tgmath.h +++ b/clang/lib/Headers/tgmath.h @@ -38,7 +38,7 @@ // promotion typedef void _Argument_type_is_not_arithmetic; -static _Argument_type_is_not_arithmetic __tg_promote(...) +static _Argument_type_is_not_arithmetic __tg_promote(...) \ __attribute__((__unavailable__,__overloadable__)); static double _TG_ATTRSp __tg_promote(int); static double _TG_ATTRSp __tg_promote(unsigned int); |