Michael Stefaniuc : jscript: Move 'inline' right after the storage specifier in a declaration.

Alexandre Julliard julliard at winehq.org
Fri Sep 5 06:57:52 CDT 2008


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

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Thu Sep  4 23:31:09 2008 +0200

jscript: Move 'inline' right after the storage specifier in a declaration.

---

 dlls/jscript/jscript.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/jscript/jscript.h b/dlls/jscript/jscript.h
index ffb3f2b..1f55604 100644
--- a/dlls/jscript/jscript.h
+++ b/dlls/jscript/jscript.h
@@ -56,7 +56,7 @@ struct _script_ctx_t {
 
 void script_release(script_ctx_t*);
 
-static void inline script_addref(script_ctx_t *ctx)
+static inline void script_addref(script_ctx_t *ctx)
 {
     ctx->ref++;
 }




More information about the wine-cvs mailing list