Change order of #include files, so that "config.h" can override
authorChris Hanson <org/chris-hanson/cph>
Sun, 8 Oct 1995 15:32:27 +0000 (15:32 +0000)
committerChris 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

index 9fc1536ddb31ac2a4bd1e13c70bef5abc6222645..ef2a3687d673f076ba37dde0cdff811a3de73275 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: bchmmg.c,v 9.88 1995/07/26 22:47:25 adams Exp $
+$Id: bchmmg.c,v 9.89 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"