1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/games/xevil/files/patch-aa
1995-09-14 03:18:57 +00:00

20 lines
394 B
Plaintext

*** 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)