From: Chris Hanson Date: Sun, 8 Oct 1995 15:22:15 +0000 (+0000) Subject: Change order of #include files, so that "config.h" can override X-Git-Tag: 20090517-FFI~5912 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=1645b2ca9ffa32df304323b13a848b721542811f;p=mit-scheme.git Change order of #include files, so that "config.h" can override default definition of HEAP_FREE in "memmag.h". --- diff --git a/v7/src/microcode/memmag.c b/v7/src/microcode/memmag.c index 0ed574b9d..2ceb67620 100644 --- a/v7/src/microcode/memmag.c +++ b/v7/src/microcode/memmag.c @@ -1,8 +1,8 @@ /* -*-C-*- -$Id: memmag.c,v 9.57 1994/03/28 22:26:54 gjr Exp $ +$Id: memmag.c,v 9.58 1995/10/08 15:22:15 cph Exp $ -Copyright (c) 1987-1994 Massachusetts Institute of Technology +Copyright (c) 1987-95 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -45,8 +45,8 @@ MIT in each case. */ memory management utilities. */ -#include "memmag.h" #include "scheme.h" +#include "memmag.h" #include "prims.h" #include "gccode.h"