|
From: John M M. <jo...@us...> - 2002-03-25 07:09:36
|
Update of /cvsroot/squeak/squeak/platforms/Mac OS/vm
In directory usw-pr-cvs1:/tmp/cvs-serv28211/squeak/platforms/Mac OS/vm
Modified Files:
sqPlatformSpecific.h
Log Message:
3.2.6b8 define our own ioLowResMSec clock for mac classic
Index: sqPlatformSpecific.h
===================================================================
RCS file: /cvsroot/squeak/squeak/platforms/Mac OS/vm/sqPlatformSpecific.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** sqPlatformSpecific.h 5 Mar 2002 00:25:44 -0000 1.6
--- sqPlatformSpecific.h 25 Mar 2002 07:09:34 -0000 1.7
***************
*** 49,53 ****
#define TARGET_API_MAC_CARBON 1
#endif
- #undef ioLowResMSecs
#define ftell ftello
#define fseek fseeko
--- 49,52 ----
***************
*** 92,95 ****
--- 91,95 ----
/* undefine clock macros that are implemented as functions */
+ #undef ioLowResMSecs
#undef ioMicroMSecs
#undef ioMSecs
|