|
From: John M M. <jo...@us...> - 2004-08-03 02:39:27
|
Update of /cvsroot/squeak/squeak/platforms/Mac OS/vm/Developer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27028/squeak/platforms/Mac OS/vm/Developer Modified Files: myMacHeaders.pch Log Message: 3.7.4b3 Compiler warning reduction process. Return 0 if required, flag or removed unused variables, fix ambigous warning messages Index: myMacHeaders.pch =================================================================== RCS file: /cvsroot/squeak/squeak/platforms/Mac OS/vm/Developer/myMacHeaders.pch,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** myMacHeaders.pch 20 Jun 2003 01:57:13 -0000 1.2 --- myMacHeaders.pch 3 Aug 2004 02:39:18 -0000 1.3 *************** *** 41,43 **** --- 41,44 ---- #define ACCESSOR_CALLS_ARE_FUNCTIONS 1 #define SQUEAK_BUILTIN_PLUGIN + //#define BROWSERPLUGIN #include "myMacHeaders.c" |