promotional, or sales literature without prior written consent from
MIT in each case. */
-/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/default.h,v 9.27 1987/07/07 20:01:19 cph Rel $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/default.h,v 9.28 1987/12/13 21:23:53 cph Rel $
*
* This file contains default definitions for some hooks which
* various machines require. These machines define these hooks
#endif
#ifndef Sys_Clock
-#define Sys_Clock() System_Clock()
+#define Sys_Clock() ((OS_process_clock ()) * 10)
#endif
\f
/* Used in debug.c */
promotional, or sales literature without prior written consent from
MIT in each case. */
-/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/extern.h,v 9.28 1987/11/17 08:09:39 jinx Exp $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/extern.h,v 9.29 1987/12/13 21:23:29 cph Rel $
*
* External declarations.
*
extern int Parse_Option();
extern Boolean Restore_History();
-extern long NColumns(), NLines(), System_Clock();
+extern long NColumns(), NLines(), OS_process_clock ();
extern void OS_Flush_Output_Buffer(), OS_Re_Init();
/* Memory management utilities */