On Thu, Sep 14, 2006 at 04:45:03PM +0200, Stefan Huehner wrote:
> Hi,
> 
> attached patch marks several more functions as static.

Attached is as small patch static3a.diff which fixes the built and is
meant to be applied after -static3.diff. Its revert the addition of
static in one file.

Must have been to late yesterday..sorry

Regards,
Stefan

Index: lib/ivis_opengl/piestate.c
===================================================================
--- lib/ivis_opengl/piestate.c  (revision 353)
+++ lib/ivis_opengl/piestate.c  (working copy)
@@ -141,7 +141,7 @@
 }
 
 /***************************************************************************/
-static void pie_SetColourCombine(COLOUR_MODE colCombMode)
+void pie_SetColourCombine(COLOUR_MODE colCombMode)
 {
 #ifndef PIETOOL        //ffs
 
_______________________________________________
Warzone-dev mailing list
Warzone-dev@gna.org
https://mail.gna.org/listinfo/warzone-dev

Reply via email to