From: Chris Hanson Date: Mon, 1 Oct 1990 22:42:02 +0000 (+0000) Subject: `OS_process_timer_clear' must not signal errors, even if X-Git-Tag: 20090517-FFI~11172 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=29f753300eddca6a4f2da90739b3eccd801aeda9;p=mit-scheme.git `OS_process_timer_clear' must not signal errors, even if `OS_process_timer_set' isn't defined. --- diff --git a/v7/src/microcode/uxenv.c b/v7/src/microcode/uxenv.c index 2f7e5ead8..2fde557ac 100644 --- a/v7/src/microcode/uxenv.c +++ b/v7/src/microcode/uxenv.c @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/uxenv.c,v 1.1 1990/06/20 19:37:06 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/uxenv.c,v 1.2 1990/10/01 22:42:02 cph Rel $ Copyright (c) 1990 Massachusetts Institute of Technology @@ -226,7 +226,6 @@ DEFUN (OS_process_timer_set, (first, interval), void DEFUN_VOID (OS_process_timer_clear) { - error_unimplemented_primitive (); } void