projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
848806b
)
`OS_process_timer_clear' must not signal errors, even if
author
Chris Hanson
<org/chris-hanson/cph>
Mon, 1 Oct 1990 22:42:02 +0000
(22:42 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Mon, 1 Oct 1990 22:42:02 +0000
(22:42 +0000)
`OS_process_timer_set' isn't defined.
v7/src/microcode/uxenv.c
patch
|
blob
|
history
diff --git
a/v7/src/microcode/uxenv.c
b/v7/src/microcode/uxenv.c
index 2f7e5ead8f781f9f70879e91e9a61a60999066c0..2fde557acf5c288d60fe833df8c99b9a3ff58b3b 100644
(file)
--- 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