From 77812ee184e7491554f8c84745033e2d2584d36d Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Mon, 25 Apr 1988 17:30:02 +0000 Subject: [PATCH] Fix typo. --- v7/src/microcode/psbtobin.c | 4 ++-- v8/src/microcode/psbtobin.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/v7/src/microcode/psbtobin.c b/v7/src/microcode/psbtobin.c index 37ce4e83a..684613ee3 100644 --- a/v7/src/microcode/psbtobin.c +++ b/v7/src/microcode/psbtobin.c @@ -30,7 +30,7 @@ Technology nor of any adaptation thereof in any advertising, promotional, or sales literature without prior written consent from MIT in each case. */ -/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/psbtobin.c,v 9.33 1988/03/12 15:58:27 jinx Rel $ +/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/psbtobin.c,v 9.34 1988/04/25 17:30:02 cph Rel $ * * This File contains the code to translate portable format binary * files to internal format. @@ -44,7 +44,7 @@ MIT in each case. */ #define internal_file output_file static Boolean - band_p = false; + band_p = false, allow_compiled_p = false, allow_nmv_p = false; diff --git a/v8/src/microcode/psbtobin.c b/v8/src/microcode/psbtobin.c index 5dfedd96d..bf8873bad 100644 --- a/v8/src/microcode/psbtobin.c +++ b/v8/src/microcode/psbtobin.c @@ -30,7 +30,7 @@ Technology nor of any adaptation thereof in any advertising, promotional, or sales literature without prior written consent from MIT in each case. */ -/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/psbtobin.c,v 9.33 1988/03/12 15:58:27 jinx Rel $ +/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/psbtobin.c,v 9.34 1988/04/25 17:30:02 cph Rel $ * * This File contains the code to translate portable format binary * files to internal format. @@ -44,7 +44,7 @@ MIT in each case. */ #define internal_file output_file static Boolean - band_p = false; + band_p = false, allow_compiled_p = false, allow_nmv_p = false; -- 2.25.1