From: Guillermo J. Rozas <edu/mit/csail/zurich/gjr> Date: Tue, 4 Feb 1992 00:43:55 +0000 (+0000) Subject: Changes to accomodate machines where (sizeof (int)) < (sizeof (long)). X-Git-Tag: 20090517-FFI~9882 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=313c8c60d227c93226e8ae80094f17c8419c62f0;p=mit-scheme.git Changes to accomodate machines where (sizeof (int)) < (sizeof (long)). Stack traces can now be sent to a file instead of the console. --- diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h index 48c12aab7..f89649000 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.105 1992/01/22 22:35:53 arthur Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 11.106 1992/02/04 00:43:55 jinx Exp $ Copyright (c) 1988-92 Massachusetts Institute of Technology @@ -46,5 +46,5 @@ MIT in each case. */ #define VERSION 11 #endif #ifndef SUBVERSION -#define SUBVERSION 105 +#define SUBVERSION 106 #endif diff --git a/v8/src/microcode/version.h b/v8/src/microcode/version.h index e7a3f723a..ec4d44ee7 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.105 1992/01/22 22:35:53 arthur Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 11.106 1992/02/04 00:43:55 jinx Exp $ Copyright (c) 1988-92 Massachusetts Institute of Technology @@ -46,5 +46,5 @@ MIT in each case. */ #define VERSION 11 #endif #ifndef SUBVERSION -#define SUBVERSION 105 +#define SUBVERSION 106 #endif