From: Guillermo J. Rozas Date: Thu, 12 Apr 1990 22:47:59 +0000 (+0000) Subject: Add multi closure interrupt support. X-Git-Tag: 20090517-FFI~11434 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=eb12ca3a18a2067118e0feb4c71f4f664c7df13b;p=mit-scheme.git Add multi closure interrupt support. Merge in some MIPS changes (bug fix to bitstrings, and file_touch). --- diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h index 4ec05338a..2c3852680 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.28 1990/04/10 20:10:04 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 11.29 1990/04/12 22:47:59 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 28 +#define SUBVERSION 29 #endif #ifndef UCODE_TABLES_FILENAME diff --git a/v8/src/microcode/version.h b/v8/src/microcode/version.h index ab6d1ba0c..40c103471 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.28 1990/04/10 20:10:04 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 11.29 1990/04/12 22:47:59 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 28 +#define SUBVERSION 29 #endif #ifndef UCODE_TABLES_FILENAME