Fix typo.
authorChris Hanson <org/chris-hanson/cph>
Mon, 25 Apr 1988 17:30:02 +0000 (17:30 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 25 Apr 1988 17:30:02 +0000 (17:30 +0000)
v7/src/microcode/psbtobin.c
v8/src/microcode/psbtobin.c

index 37ce4e83ae339089609d1e06e09147b2b7889daa..684613ee315ee9d90eb97f4a8a5ece37e1045f45 100644 (file)
@@ -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;
 
index 5dfedd96d2a440a68a4d66893b010dd236ccb055..bf8873bad0af28387a9e5c00355bdfeba1b7725d 100644 (file)
@@ -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;