libs/wine/port.c: remove redundant prototype for wine_call_on_stack() (RESEND)

Gerald Pfeifer gerald at pfeifer.com
Fri May 15 08:51:53 CDT 2009


I verified this still builds just fine (tested on FreeBSD 7.1/i386).

Gerald

ChangeLog:
Remove redunant prototype for wine_call_on_stack().

---------- Forwarded message ----------
From: Gerald Pfeifer <gerald at pfeifer.com>
To: wine-patches at winehq.org
Date: Mon, 16 Mar 2009 02:08:34
Subject: lib/wine/port.c: remove redunant prototype for wine_call_on_stack()

We already have this in include/wine/library.h which is directly
#included from port.c.

Gerald

ChangeLog:
Remove redunant prototype for wine_call_on_stack().
Index: libs/wine/port.c
===================================================================
RCS file: /home/wine/wine/libs/wine/port.c,v
retrieving revision 1.20
diff -u -3 -p -r1.20 port.c
--- libs/wine/port.c	2 Jun 2008 12:25:49 -0000	1.20
+++ libs/wine/port.c	16 Mar 2009 01:05:58 -0000
@@ -132,7 +132,7 @@ void DECLSPEC_NORETURN wine_switch_to_st
  *
  * Switch to the specified stack to call the function and return.
  */
-int wine_call_on_stack( int (*func)(void *), void *arg, void *stack );
+
 #if defined(__i386__) && defined(__GNUC__)
 __ASM_GLOBAL_FUNC( wine_call_on_stack,
                    "pushl %ebp\n\t"



More information about the wine-patches mailing list