From: Guillermo J. Rozas Date: Mon, 20 Jan 1992 21:15:50 +0000 (+0000) Subject: More ANSI protoization. X-Git-Tag: 20090517-FFI~9953 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=0dd2e160ead18391fc8c72bcce6b733a9f987107;p=mit-scheme.git More ANSI protoization. --- diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h index 9e69f23f7..72884bc5e 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.103 1992/01/15 16:52:32 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 11.104 1992/01/20 21:15:50 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 103 +#define SUBVERSION 104 #endif diff --git a/v8/src/microcode/version.h b/v8/src/microcode/version.h index 8aab8a9bc..9589ac66f 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.103 1992/01/15 16:52:32 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 11.104 1992/01/20 21:15:50 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 103 +#define SUBVERSION 104 #endif