|
From: John M M. <jo...@us...> - 2004-09-03 00:17:48
|
Update of /cvsroot/squeak/squeak/platforms/Mac OS/vm In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32091/squeak/platforms/Mac OS/vm Modified Files: sqPlatformSpecific.h Log Message: 3.7.5b1 Add ftruncate spec to avoid compiler warning Index: sqPlatformSpecific.h =================================================================== RCS file: /cvsroot/squeak/squeak/platforms/Mac OS/vm/sqPlatformSpecific.h,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** sqPlatformSpecific.h 7 Jun 2003 00:44:00 -0000 1.13 --- sqPlatformSpecific.h 3 Sep 2004 00:17:38 -0000 1.14 *************** *** 60,63 **** --- 60,64 ---- #define ftell ftello #define fseek fseeko + int ftruncate(int, off_t); typedef FILE *sqImageFile; #else |