Michael Stefaniuc : include: Move "inline" right after the storage specifier.

Alexandre Julliard julliard at winehq.org
Tue Jun 5 14:46:54 CDT 2012


Module: wine
Branch: master
Commit: 2e3c0d86cfe573ae686ad134fdc55dede54a5b2a
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=2e3c0d86cfe573ae686ad134fdc55dede54a5b2a

Author: Michael Stefaniuc <mstefani at 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;




More information about the wine-cvs mailing list