[cfe-commits] r64990 - /cfe/trunk/lib/Headers/tgmath.h

Howard Hinnant hhinnant at apple.com
Wed Feb 18 16:25:33 PST 2009


Author: hhinnant
Date: Wed Feb 18 18:25:33 2009
New Revision: 64990

URL: http://llvm.org/viewvc/llvm-project?rev=64990&view=rev
Log:
testing

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=64990&r1=64989&r2=64990&view=diff

==============================================================================
--- cfe/trunk/lib/Headers/tgmath.h (original)
+++ cfe/trunk/lib/Headers/tgmath.h Wed Feb 18 18:25:33 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