Fix ordering bug.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Sat, 18 Apr 1992 00:30:02 +0000 (00:30 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Sat, 18 Apr 1992 00:30:02 +0000 (00:30 +0000)
v7/src/microcode/psbmap.h
v8/src/microcode/psbmap.h

index a211b9e48068d7f6352ff6606de59a8648239e6e..8c693187bec80824187a492bf2bf2159761a9929 100644 (file)
@@ -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)
 \f
 /* Include the command line parser */
 
-#define boolean Boolean
 #include "comlin.c"
 
 #define INPUT_KEYWORD()                                                \
index bf4156c3b2982bb724dfc26f87fbf0fa278232bd..89e84d4aa688cc01cf8fbe494b10c10dc9a65780 100644 (file)
@@ -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)
 \f
 /* Include the command line parser */
 
-#define boolean Boolean
 #include "comlin.c"
 
 #define INPUT_KEYWORD()                                                \