forgotten

This commit is contained in:
naddy 2001-04-05 16:38:19 +00:00
parent 3d73aa841a
commit 0760eecb26

View File

@ -1,19 +0,0 @@
*** utils.h~ Mon Jul 24 22:22:34 1995
--- utils.h Thu Sep 14 04:28:35 1995
***************
*** 54,60 ****
// Defines
! #define MSEC_PER_CLOCK (1.0e3 / CLOCKS_PER_SEC)
#ifndef max
#define max(a,b) (a<b ? b : a)
--- 54,60 ----
// Defines
! #define MSEC_PER_CLOCK 8 // (1.0e3 / CLOCKS_PER_SEC)
#ifndef max
#define max(a,b) (a<b ? b : a)