Regenerating the VM

Andreas Raab raab at isgnw.CS.Uni-Magdeburg.De
Wed Nov 4 12:06:40 UTC 1998


> The quick fix is simple: in sq.h, redefine ioLowResMSecs to just be ioMSecs:
> 
> 	#define ioLowResMSecs() ioMSecs()
> 
> 
> In the long run, this definition should be made platform specific
> somehow.  Maybe sq.h should #include a platform-specific header file?

It would be easier to something like

#ifndef ioLowResMSecs
#define ioLowResMSecs clock()
#endif

In the sq.h file - then you could define the appropriate function in
sqPlatformSpecific beforehand.

  Andreas
-- 
Linear algebra is your friend - Trigonometry is your enemy.
+===== Andreas Raab ============= (raab at isg.cs.uni-magdeburg.de) =====+
I Department of Simulation and Graphics      Phone: +49 391 671 8065  I
I University of Magdeburg, Germany           Fax:   +49 391 671 1164  I
+=============< http://isgwww.cs.uni-magdeburg.de/~raab >=============+





More information about the Squeak-dev mailing list