aboutsummaryrefslogtreecommitdiff
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
commit0c36c925fc227d60560a8bbcc90416c595ab1a24 (patch)
tree3c6066db3fa65df67169098620ad4e955ff84d6e
parent7c53ca6e03833adab4465462b7d5c888741b715d (diff)
Remove pointless backslash
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64965 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Headers/tgmath.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Headers/tgmath.h b/lib/Headers/tgmath.h
index f64f117d2f..e1a0023678 100644
--- a/lib/Headers/tgmath.h
+++ b/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);