From 9c788c081cbda71d65a4fc32b339718cd9ade52e Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Thu, 19 Feb 2009 00:27:58 +0000 Subject: [PATCH] testing (reverted) llvm-svn: 64991 --- clang/lib/Headers/tgmath.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/lib/Headers/tgmath.h b/clang/lib/Headers/tgmath.h index f64f117d2f26..e1a00236781a 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);