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:
ab19d36
)
Added code to fix '() according to #F = '() or #F != '().
author
Stephen Adams
<edu/mit/csail/zurich/adams>
Wed, 26 Jul 1995 23:23:38 +0000
(23:23 +0000)
committer
Stephen Adams
<edu/mit/csail/zurich/adams>
Wed, 26 Jul 1995 23:23:38 +0000
(23:23 +0000)
v7/src/microcode/fasload.c
patch
|
blob
|
history
diff --git
a/v7/src/microcode/fasload.c
b/v7/src/microcode/fasload.c
index 918506c61ab518c19be2031d0e8f3c5324557b9e..09bccefcbfe51807a877aa07afb1a0f46d351f08 100644
(file)
--- a/
v7/src/microcode/fasload.c
+++ b/
v7/src/microcode/fasload.c
@@
-1,6
+1,6
@@
/* -*-C-*-
-$Id: fasload.c,v 9.8
0 1994/01/08 17:05:00 gjr
Exp $
+$Id: fasload.c,v 9.8
1 1995/07/26 23:23:38 adams
Exp $
Copyright (c) 1987-1994 Massachusetts Institute of Technology
@@
-448,6
+448,8
@@
DEFUN (Relocate_Block, (Scan, Stop_At),
case TC_BROKEN_HEART:
case TC_MANIFEST_SPECIAL_NM_VECTOR:
case_Fasload_Non_Pointer:
+ if (Temp == EMPTY_LIST_VALUE)
+ * Scan = EMPTY_LIST;
Scan += 1;
break;