From: Chris Hanson Date: Fri, 12 Jul 1991 23:18:56 +0000 (+0000) Subject: Various fixes to floating-point trap code. X-Git-Tag: 20090517-FFI~10458 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=c9bec2cd03643b0e9575f6751a701255bf454df0;p=mit-scheme.git Various fixes to floating-point trap code. --- diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h index a0de27a99..eed775714 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.87 1991/07/11 03:57:56 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 11.88 1991/07/12 23:18:56 cph Exp $ Copyright (c) 1988-91 Massachusetts Institute of Technology @@ -46,5 +46,5 @@ MIT in each case. */ #define VERSION 11 #endif #ifndef SUBVERSION -#define SUBVERSION 87 +#define SUBVERSION 88 #endif diff --git a/v8/src/microcode/version.h b/v8/src/microcode/version.h index ea5ef3059..d16614c11 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.87 1991/07/11 03:57:56 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 11.88 1991/07/12 23:18:56 cph Exp $ Copyright (c) 1988-91 Massachusetts Institute of Technology @@ -46,5 +46,5 @@ MIT in each case. */ #define VERSION 11 #endif #ifndef SUBVERSION -#define SUBVERSION 87 +#define SUBVERSION 88 #endif