From 29f753300eddca6a4f2da90739b3eccd801aeda9 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Mon, 1 Oct 1990 22:42:02 +0000 Subject: [PATCH] `OS_process_timer_clear' must not signal errors, even if `OS_process_timer_set' isn't defined. --- v7/src/microcode/uxenv.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.25.1