summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-02-18 22:24:55 +0000
committerDouglas Gregor <dgregor@apple.com>2009-02-18 22:24:55 +0000
commitac3865c3875b4eddf0f0a1cb006b3b3d1005938e (patch)
tree9545fa02a6e65990f25e9415ddc1962b7653048e /clang
parent1cba5fe1d153da2d2a7bb6c81867d0dbe1b854a3 (diff)
downloadbcm5719-llvm-ac3865c3875b4eddf0f0a1cb006b3b3d1005938e.tar.gz
bcm5719-llvm-ac3865c3875b4eddf0f0a1cb006b3b3d1005938e.zip
Remove pointless backslash
llvm-svn: 64965
Diffstat (limited to 'clang')
-rw-r--r--clang/lib/Headers/tgmath.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Headers/tgmath.h b/clang/lib/Headers/tgmath.h
index f64f117d2f2..e1a00236781 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);
OpenPOWER on IntegriCloud