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:
323ca91
)
Unnecessary and incorrect reinitialization of Weak_Chain.
author
Guillermo J. Rozas
<edu/mit/csail/zurich/gjr>
Sun, 8 Feb 1987 12:28:47 +0000
(12:28 +0000)
committer
Guillermo J. Rozas
<edu/mit/csail/zurich/gjr>
Sun, 8 Feb 1987 12:28:47 +0000
(12:28 +0000)
v7/src/microcode/memmag.c
patch
|
blob
|
history
diff --git
a/v7/src/microcode/memmag.c
b/v7/src/microcode/memmag.c
index 5c17d4ac8e39698c3976cbf986d92437c424a05d..37fbef6e22b810aca289c34543ff79ec3a03a702 100644
(file)
--- a/
v7/src/microcode/memmag.c
+++ b/
v7/src/microcode/memmag.c
@@
-30,7
+30,7
@@
Technology nor of any adaptation thereof in any advertising,
promotional, or sales literature without prior written consent from
MIT in each case. */
-/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/memmag.c,v 9.2
4 1987/02/07 15:25:0
7 jinx Exp $ */
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/memmag.c,v 9.2
5 1987/02/08 12:28:4
7 jinx Exp $ */
/* Memory management top level.
@@
-333,7
+333,6
@@
Built_In_Primitive(Prim_Garbage_Collect, 1, "GARBAGE-COLLECT")
}
GC_Reserve = Get_Integer(Arg1);
GCFlip();
- Weak_Chain = NULL;
GC();
IntCode &= ~INT_GC;
if (GC_Check(GC_Space_Needed))