From: Mark Friedman Date: Fri, 2 Mar 1990 20:48:01 +0000 (+0000) Subject: Added subprocess support. X-Git-Tag: 20090517-FFI~11512 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=6015dcc543e03d75a557dbb1feb65aa5f35c7da6;p=mit-scheme.git Added subprocess support. --- diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h index 6b8f78926..9aa3965df 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.25 1990/01/31 05:01:36 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 11.26 1990/03/02 20:48:01 markf 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 25 +#define SUBVERSION 26 #endif #ifndef UCODE_TABLES_FILENAME diff --git a/v8/src/microcode/version.h b/v8/src/microcode/version.h index 498f3c156..44b3f9efc 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.25 1990/01/31 05:01:36 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 11.26 1990/03/02 20:48:01 markf 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 25 +#define SUBVERSION 26 #endif #ifndef UCODE_TABLES_FILENAME