From 637435fcd900d880b12ba182d25c3f57480778e6 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Sat, 18 Apr 1992 00:30:02 +0000 Subject: [PATCH] Fix ordering bug. --- v7/src/microcode/psbmap.h | 4 ++-- v8/src/microcode/psbmap.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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() \ -- 2.25.1