From ac3865c3875b4eddf0f0a1cb006b3b3d1005938e Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Wed, 18 Feb 2009 22:24:55 +0000 Subject: [PATCH] Remove pointless backslash llvm-svn: 64965 --- 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);