[cfe-commits] r64965 - /cfe/trunk/lib/Headers/tgmath.h
Douglas Gregor
dgregor at apple.com
Wed Feb 18 14:24:56 PST 2009
Author: dgregor
Date: Wed Feb 18 16:24:55 2009
New Revision: 64965
URL: http://llvm.org/viewvc/llvm-project?rev=64965&view=rev
Log:
Remove pointless backslash
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=64965&r1=64964&r2=64965&view=diff
==============================================================================
--- cfe/trunk/lib/Headers/tgmath.h (original)
+++ cfe/trunk/lib/Headers/tgmath.h Wed Feb 18 16:24:55 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