|
From: John M M. <jo...@us...> - 2004-04-23 20:48:01
|
Update of /cvsroot/squeak/squeak/platforms/Mac OS/vm In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2437/squeak/platforms/Mac OS/vm Modified Files: sqMacTime.c Log Message: 3.7.3b4 Comment out heartbeat routine, re-evaluate if needed. Index: sqMacTime.c =================================================================== RCS file: /cvsroot/squeak/squeak/platforms/Mac OS/vm/sqMacTime.c,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** sqMacTime.c 16 Dec 2003 22:08:32 -0000 1.14 --- sqMacTime.c 23 Apr 2004 20:47:52 -0000 1.15 *************** *** 289,293 **** } ! void sqHeartBeatActions(int now) { static int past=0; --- 289,293 ---- } ! /*void sqHeartBeatActions(int now) { static int past=0; *************** *** 296,298 **** } past = now; ! } \ No newline at end of file --- 296,298 ---- } past = now; ! } */ \ No newline at end of file |