Update of /cvsroot/squeak/squeak/platforms/Mac OS/plugins/B3DAcceleratorPlugin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16254/squeak/platforms/Mac OS/plugins/B3DAcceleratorPlugin
Modified Files:
sqMacOpenGLInfo.c
Log Message:
3.7.5b4 Fix compiler warning messages.
Index: sqMacOpenGLInfo.c
===================================================================
RCS file: /cvsroot/squeak/squeak/platforms/Mac OS/plugins/B3DAcceleratorPlugin/sqMacOpenGLInfo.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** sqMacOpenGLInfo.c 22 Sep 2004 18:56:40 -0000 1.4
--- sqMacOpenGLInfo.c 23 Sep 2004 16:33:34 -0000 1.5
***************
*** 46,50 ****
/* define forceFlush if we should fflush() before closing file */
#define forceFlush 1
! FILE * xopenf(char *filename,char* attr);
#include "sqMacFileLogic.h"
--- 46,50 ----
/* define forceFlush if we should fflush() before closing file */
#define forceFlush 1
! static FILE * xopenf(char *filename,char* attr);
#include "sqMacFileLogic.h"
|