From: Arthur Gleckler Date: Wed, 19 Apr 1989 02:30:24 +0000 (+0000) Subject: Make floating-point spill area. X-Git-Tag: 20090517-FFI~12161 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=f1f13c016413375bfbb1dab5f7e574482d9f182d;p=mit-scheme.git Make floating-point spill area. --- diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h index 01b4b9f6b..782788eb8 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 10.73 1989/04/18 16:35:09 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 10.74 1989/04/19 02:30:24 arthur Exp $ Copyright (c) 1988, 1989 Massachusetts Institute of Technology @@ -46,7 +46,7 @@ MIT in each case. */ #define VERSION 10 #endif #ifndef SUBVERSION -#define SUBVERSION 73 +#define SUBVERSION 74 #endif #ifndef UCODE_TABLES_FILENAME diff --git a/v8/src/microcode/version.h b/v8/src/microcode/version.h index 94644615a..a478a90d8 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 10.73 1989/04/18 16:35:09 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 10.74 1989/04/19 02:30:24 arthur Exp $ Copyright (c) 1988, 1989 Massachusetts Institute of Technology @@ -46,7 +46,7 @@ MIT in each case. */ #define VERSION 10 #endif #ifndef SUBVERSION -#define SUBVERSION 73 +#define SUBVERSION 74 #endif #ifndef UCODE_TABLES_FILENAME