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:
23a1fea
)
Change order of #include files, so that "config.h" can override
author
Chris Hanson
<org/chris-hanson/cph>
Sun, 8 Oct 1995 15:32:27 +0000
(15:32 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Sun, 8 Oct 1995 15:32:27 +0000
(15:32 +0000)
default definition of HEAP_FREE in "memmag.h".
v7/src/microcode/bchmmg.c
patch
|
blob
|
history
diff --git
a/v7/src/microcode/bchmmg.c
b/v7/src/microcode/bchmmg.c
index 9fc1536ddb31ac2a4bd1e13c70bef5abc6222645..ef2a3687d673f076ba37dde0cdff811a3de73275 100644
(file)
--- a/
v7/src/microcode/bchmmg.c
+++ b/
v7/src/microcode/bchmmg.c
@@
-1,6
+1,6
@@
/* -*-C-*-
-$Id: bchmmg.c,v 9.8
8 1995/07/26 22:47:25 adams
Exp $
+$Id: bchmmg.c,v 9.8
9 1995/10/08 15:32:27 cph
Exp $
Copyright (c) 1987-95 Massachusetts Institute of Technology
@@
-34,8
+34,8
@@
MIT in each case. */
/* Memory management top level. Garbage collection to disk. */
-#include "memmag.h"
#include "scheme.h"
+#include "memmag.h"
#include "prims.h"
#include "option.h"
#include "oscond.h"