Remove pointless backslash

llvm-svn: 64965
This commit is contained in:
Douglas Gregor 2009-02-18 22:24:55 +00:00
parent 1cba5fe1d1
commit ac3865c387
1 changed files with 1 additions and 1 deletions

View File

@ -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);