From 4fb8a29dcb23776b8d30a89a771d3d5325d47d34 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Fri, 5 Oct 1990 19:00:09 +0000 Subject: [PATCH] Add checksumming code. Binary files dumped by Psbtobin or fasdump have checksums in the header. If the checksum field is SHARP_F, the checksum is ignored on the way in. Currently bchscheme's fasdump does not dump files with checksums. This should be fixed. --- v7/src/microcode/version.h | 4 ++-- v8/src/microcode/version.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h index 5a4b88f8a..2d96f4b4a 100644 --- a/v7/src/microcode/version.h +++ b/v7/src/microcode/version.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 11.46 1990/10/03 18:57:03 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 11.47 1990/10/05 19:00:09 jinx Exp $ Copyright (c) 1988, 1989, 1990 Massachusetts Institute of Technology @@ -46,7 +46,7 @@ MIT in each case. */ #define VERSION 11 #endif #ifndef SUBVERSION -#define SUBVERSION 46 +#define SUBVERSION 47 #endif #ifndef UCODE_TABLES_FILENAME diff --git a/v8/src/microcode/version.h b/v8/src/microcode/version.h index ae9718bc2..1c1757390 100644 --- a/v8/src/microcode/version.h +++ b/v8/src/microcode/version.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 11.46 1990/10/03 18:57:03 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 11.47 1990/10/05 19:00:09 jinx Exp $ Copyright (c) 1988, 1989, 1990 Massachusetts Institute of Technology @@ -46,7 +46,7 @@ MIT in each case. */ #define VERSION 11 #endif #ifndef SUBVERSION -#define SUBVERSION 46 +#define SUBVERSION 47 #endif #ifndef UCODE_TABLES_FILENAME -- 2.25.1