include: Move "inline" right after the storage specifier.
This commit is contained in:
parent
e8c283c009
commit
2e3c0d86cf
|
@ -200,7 +200,7 @@ struct statvfs
|
|||
#endif
|
||||
|
||||
#ifndef NAN
|
||||
static float inline __port_nan(void)
|
||||
static inline float __port_nan(void)
|
||||
{
|
||||
static const unsigned __nan_bytes = 0x7fc00000;
|
||||
return *(const float *)&__nan_bytes;
|
||||
|
|
Loading…
Reference in New Issue