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:
c6995ba
)
Conditionalized EMPTY_LIST_VALUE code.
author
Stephen Adams
<edu/mit/csail/zurich/adams>
Wed, 16 Jul 1997 02:37:41 +0000
(
02:37
+0000)
committer
Stephen Adams
<edu/mit/csail/zurich/adams>
Wed, 16 Jul 1997 02:37:41 +0000
(
02:37
+0000)
v7/src/microcode/fasload.c
patch
|
blob
|
history
diff --git
a/v7/src/microcode/fasload.c
b/v7/src/microcode/fasload.c
index 92a0baa616e1e7d75b0fa41b96696d152bc7af97..37218f593087f014a291b068b09fb69ae47487c1 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
2 1996/10/02 18:57:31 cph
Exp $
+$Id: fasload.c,v 9.8
3 1997/07/16 02:37:41 adams
Exp $
Copyright (c) 1987-96 Massachusetts Institute of Technology
@@
-451,8
+451,10
@@
DEFUN (Relocate_Block, (Scan, Stop_At),
case TC_BROKEN_HEART:
case TC_MANIFEST_SPECIAL_NM_VECTOR:
case_Fasload_Non_Pointer:
+#ifdef EMPTY_LIST_VALUE
if (Temp == EMPTY_LIST_VALUE)
* Scan = EMPTY_LIST;
+#endif
Scan += 1;
break;