Inhibit checksum check within Bintopsb.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Fri, 5 Oct 1990 18:57:37 +0000 (18:57 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Fri, 5 Oct 1990 18:57:37 +0000 (18:57 +0000)
v7/src/microcode/bintopsb.c
v8/src/microcode/bintopsb.c

index 622768de8bd9494d734507e87d85a6a62e8aa935..b4b9aa8d7c53d50db508ad8e79e8fc3b66923b19 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/bintopsb.c,v 9.45 1990/04/17 21:56:00 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/bintopsb.c,v 9.46 1990/10/05 18:57:37 jinx Exp $
 
 Copyright (c) 1987, 1989 Massachusetts Institute of Technology
 
@@ -53,6 +53,7 @@ Load_Data(Count, To_Where)
 
 #define INHIBIT_FASL_VERSION_CHECK
 #define INHIBIT_COMPILED_VERSION_CHECK
+#define INHIBIT_CHECKSUMS
 #include "load.c"
 #include "bltdef.h"
 \f
index 71d3ddba762cada76c300833066b4e5290f1cdb1..ca07972e95073dc84586aeca9c2a6a9449df271d 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/bintopsb.c,v 9.45 1990/04/17 21:56:00 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/bintopsb.c,v 9.46 1990/10/05 18:57:37 jinx Exp $
 
 Copyright (c) 1987, 1989 Massachusetts Institute of Technology
 
@@ -53,6 +53,7 @@ Load_Data(Count, To_Where)
 
 #define INHIBIT_FASL_VERSION_CHECK
 #define INHIBIT_COMPILED_VERSION_CHECK
+#define INHIBIT_CHECKSUMS
 #include "load.c"
 #include "bltdef.h"
 \f