From: Guillermo J. Rozas Date: Sat, 18 Apr 1992 00:30:02 +0000 (+0000) Subject: Fix ordering bug. X-Git-Tag: 20090517-FFI~9472 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=637435fcd900d880b12ba182d25c3f57480778e6;p=mit-scheme.git Fix ordering bug. --- diff --git a/v7/src/microcode/psbmap.h b/v7/src/microcode/psbmap.h index a211b9e48..8c693187b 100644 --- a/v7/src/microcode/psbmap.h +++ b/v7/src/microcode/psbmap.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/psbmap.h,v 9.36 1992/04/18 00:24:36 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/psbmap.h,v 9.37 1992/04/18 00:30:02 jinx Exp $ Copyright (c) 1987-1992 Massachusetts Institute of Technology @@ -55,6 +55,7 @@ MIT in each case. */ #include "sdata.h" #include "const.h" #include "gccode.h" +#define boolean Boolean #include "comlin.h" extern double @@ -252,7 +253,6 @@ DEFUN (quit, (code), int code) /* Include the command line parser */ -#define boolean Boolean #include "comlin.c" #define INPUT_KEYWORD() \ diff --git a/v8/src/microcode/psbmap.h b/v8/src/microcode/psbmap.h index bf4156c3b..89e84d4aa 100644 --- a/v8/src/microcode/psbmap.h +++ b/v8/src/microcode/psbmap.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/psbmap.h,v 9.36 1992/04/18 00:24:36 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/psbmap.h,v 9.37 1992/04/18 00:30:02 jinx Exp $ Copyright (c) 1987-1992 Massachusetts Institute of Technology @@ -55,6 +55,7 @@ MIT in each case. */ #include "sdata.h" #include "const.h" #include "gccode.h" +#define boolean Boolean #include "comlin.h" extern double @@ -252,7 +253,6 @@ DEFUN (quit, (code), int code) /* Include the command line parser */ -#define boolean Boolean #include "comlin.c" #define INPUT_KEYWORD() \