diff options
author | Howard Hinnant <hhinnant@apple.com> | 2009-02-19 00:27:58 +0000 |
---|---|---|
committer | Howard Hinnant <hhinnant@apple.com> | 2009-02-19 00:27:58 +0000 |
commit | 9c788c081cbda71d65a4fc32b339718cd9ade52e (patch) | |
tree | 09de32cb73ebd38622f54bbaeb90f5c331c7f52a | |
parent | 2d12fbdc2e51dcc5fc70f9e29b60e3b219464d92 (diff) | |
download | bcm5719-llvm-9c788c081cbda71d65a4fc32b339718cd9ade52e.tar.gz bcm5719-llvm-9c788c081cbda71d65a4fc32b339718cd9ade52e.zip |
testing (reverted)
llvm-svn: 64991
-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 f64f117d2f2..e1a00236781 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); |