From: Guillermo J. Rozas Date: Wed, 15 Jan 1992 16:52:32 +0000 (+0000) Subject: Protoize headers. X-Git-Tag: 20090517-FFI~9984 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=d2b1121b6920a3760485460186afb70cf3347d8d;p=mit-scheme.git Protoize headers. --- diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h index 195f8f1d2..9e69f23f7 100644 --- a/v7/src/microcode/version.h +++ b/v7/src/microcode/version.h @@ -1,8 +1,8 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 11.102 1991/12/19 19:53:03 arthur Exp $ +$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 $ -Copyright (c) 1988-91 Massachusetts Institute of Technology +Copyright (c) 1988-92 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -46,5 +46,5 @@ MIT in each case. */ #define VERSION 11 #endif #ifndef SUBVERSION -#define SUBVERSION 102 +#define SUBVERSION 103 #endif diff --git a/v8/src/microcode/version.h b/v8/src/microcode/version.h index c9d5423a4..8aab8a9bc 100644 --- a/v8/src/microcode/version.h +++ b/v8/src/microcode/version.h @@ -1,8 +1,8 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 11.102 1991/12/19 19:53:03 arthur Exp $ +$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 $ -Copyright (c) 1988-91 Massachusetts Institute of Technology +Copyright (c) 1988-92 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -46,5 +46,5 @@ MIT in each case. */ #define VERSION 11 #endif #ifndef SUBVERSION -#define SUBVERSION 102 +#define SUBVERSION 103 #endif