From: Chris Hanson Date: Mon, 14 May 2018 04:54:30 +0000 (-0700) Subject: Apple doesn't need special definition for jiffies-per-second. X-Git-Tag: mit-scheme-pucked-x11-0.3.1~7^2~42 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=1cf44293d6efe09487900def9953730abca75a54;p=mit-scheme.git Apple doesn't need special definition for jiffies-per-second. --- diff --git a/src/microcode/uxenv.c b/src/microcode/uxenv.c index 170c959a1..47c0227a9 100644 --- a/src/microcode/uxenv.c +++ b/src/microcode/uxenv.c @@ -513,11 +513,7 @@ OS_current_jiffy (void) clock_t OS_jiffies_per_second (void) { -#ifdef __APPLE__ - return (CLK_TCK); -#else return (UX_SC_CLK_TCK ()); -#endif } #else /* not HAVE_TIMES */