testing (reverted)

llvm-svn: 64991
This commit is contained in:
Howard Hinnant 2009-02-19 00:27:58 +00:00
parent 2d12fbdc2e
commit 9c788c081c
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);