Module: wine Branch: master Commit: 2e3c0d86cfe573ae686ad134fdc55dede54a5b2a URL: http://source.winehq.org/git/wine.git/?a=commit;h=2e3c0d86cfe573ae686ad134fd...
Author: Michael Stefaniuc mstefani@redhat.de Date: Tue Jun 5 11:35:34 2012 +0200
include: Move "inline" right after the storage specifier.
---
include/wine/port.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/wine/port.h b/include/wine/port.h index 705716e..4b653c7 100644 --- a/include/wine/port.h +++ b/include/wine/port.h @@ -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;