summaryrefslogtreecommitdiffstats
path: root/clang/lib
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2009-02-19 00:27:58 +0000
committerHoward Hinnant <hhinnant@apple.com>2009-02-19 00:27:58 +0000
commit9c788c081cbda71d65a4fc32b339718cd9ade52e (patch)
tree09de32cb73ebd38622f54bbaeb90f5c331c7f52a /clang/lib
parent2d12fbdc2e51dcc5fc70f9e29b60e3b219464d92 (diff)
downloadbcm5719-llvm-9c788c081cbda71d65a4fc32b339718cd9ade52e.tar.gz
bcm5719-llvm-9c788c081cbda71d65a4fc32b339718cd9ade52e.zip
testing (reverted)
llvm-svn: 64991
Diffstat (limited to 'clang/lib')
-rw-r--r--clang/lib/Headers/tgmath.h2
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);
OpenPOWER on IntegriCloud