From: Martin R. <ru...@us...> - 2011-11-24 12:35:05
|
Update of /cvsroot/foo/foo/libfoo/tests/foosine In directory vz-cvs-3.sog:/tmp/cvs-serv1383/libfoo/tests/foosine Modified Files: foosine.m Log Message: fixes for compile with gcc-4.6 and recent GNUstep objc runtime Index: foosine.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/tests/foosine/foosine.m,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** foosine.m 28 Apr 2010 23:38:34 -0000 1.7 --- foosine.m 24 Nov 2011 12:35:03 -0000 1.8 *************** *** 37,41 **** #ifdef GNUSTEP_BASE_LIBRARY ! #include <GSConfig.h> #endif --- 37,42 ---- #ifdef GNUSTEP_BASE_LIBRARY ! /* this does not seem to be needed anymore */ ! /* #include <GNUstepBase/GSConfig.h> */ #endif |