forked from OSchip/llvm-project
parent
1cba5fe1d1
commit
ac3865c387
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue