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 | ccb8f089d72ed8a01f9e13bcd0de3d2a8cd4af93 (patch) | |
tree | f010be5c00fa6ac5007019b0be16e2370e6a9c18 | |
parent | 412705b00e6e2d2c7552455575987f36d2b467e2 (diff) |
testing (reverted)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64991 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Headers/tgmath.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Headers/tgmath.h b/lib/Headers/tgmath.h index f64f117d2f..e1a0023678 100644 --- a/lib/Headers/tgmath.h +++ b/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); |