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:
cfe3ab1
)
Change typing of procedure to match arguments that are normally passed
author
Chris Hanson
<org/chris-hanson/cph>
Thu, 24 Sep 1992 01:35:49 +0000
(
01:35
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Thu, 24 Sep 1992 01:35:49 +0000
(
01:35
+0000)
to it.
v7/src/microcode/primutl.c
patch
|
blob
|
history
diff --git
a/v7/src/microcode/primutl.c
b/v7/src/microcode/primutl.c
index b0ad65f548b1eb3fbe5f6ecc7d775e6e21be6fc1..fd7c1a286f36f0f3e1ec9039d739b43e9bea7958 100644
(file)
--- a/
v7/src/microcode/primutl.c
+++ b/
v7/src/microcode/primutl.c
@@
-1,6
+1,6
@@
/* -*-C-*-
-$Id: primutl.c,v 9.5
8 1992/09/24 01:35:18
cph Exp $
+$Id: primutl.c,v 9.5
9 1992/09/24 01:35:49
cph Exp $
Copyright (c) 1988-1992 Massachusetts Institute of Technology
@@
-199,8
+199,6
@@
DEFUN (primitive_code_to_documentation, (number), long number)
\f
/* Externally visible utilities */
-extern SCHEME_OBJECT EXFUN (make_primitive, (unsigned char *));
-
extern SCHEME_OBJECT EXFUN
(find_primitive, (SCHEME_OBJECT, Boolean, Boolean, int));