[cfe-commits] r64991 - /cfe/trunk/lib/Headers/tgmath.h
Howard Hinnant
hhinnant at apple.com
Wed Feb 18 16:27:58 PST 2009
Author: hhinnant
Date: Wed Feb 18 18:27:58 2009
New Revision: 64991
URL: http://llvm.org/viewvc/llvm-project?rev=64991&view=rev
Log:
testing (reverted)
Modified:
cfe/trunk/lib/Headers/tgmath.h
Modified: cfe/trunk/lib/Headers/tgmath.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Headers/tgmath.h?rev=64991&r1=64990&r2=64991&view=diff
==============================================================================
--- cfe/trunk/lib/Headers/tgmath.h (original)
+++ cfe/trunk/lib/Headers/tgmath.h Wed Feb 18 18:27:58 2009
@@ -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);
More information about the cfe-commits
mailing list