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:
02d7697
)
Eliminate long-unused support for applicable records.
author
Chris Hanson
<org/chris-hanson/cph>
Thu, 6 Mar 2003 05:41:19 +0000
(
05:41
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Thu, 6 Mar 2003 05:41:19 +0000
(
05:41
+0000)
v7/src/microcode/interp.c
patch
|
blob
|
history
diff --git
a/v7/src/microcode/interp.c
b/v7/src/microcode/interp.c
index 70c16219d9de316f26254aaca6d130b9480a7fa4..29e3ba67f9d2af7b7708efb7ded205c8c3531eb0 100644
(file)
--- a/
v7/src/microcode/interp.c
+++ b/
v7/src/microcode/interp.c
@@
-1,6
+1,6
@@
/* -*-C-*-
-$Id: interp.c,v 9.
99 2003/03/06 04:57:52
cph Exp $
+$Id: interp.c,v 9.
100 2003/03/06 05:41:19
cph Exp $
Copyright 1986,1987,1988,1989,1990,1991 Massachusetts Institute of Technology
Copyright 1992,2000,2001,2002,2003 Massachusetts Institute of Technology
@@
-1521,7
+1521,6
@@
DEFUN (Interpret, (pop_return_p), int pop_return_p)
}
default:
- internal_apply_inapplicable:
APPLICATION_ERROR (ERR_INAPPLICABLE_OBJECT);
}
}