From 66f3626828bb9c689456b875a018183b09ba5496 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 22 Oct 2002 02:39:49 +0000 Subject: [PATCH] Fix problem with newer version of IBM C compiler. --- v7/src/microcode/os2env.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/v7/src/microcode/os2env.c b/v7/src/microcode/os2env.c index 38ac27eac..68e1bc620 100644 --- a/v7/src/microcode/os2env.c +++ b/v7/src/microcode/os2env.c @@ -1,8 +1,8 @@ /* -*-C-*- -$Id: os2env.c,v 1.13 2002/10/22 02:37:10 cph Exp $ +$Id: os2env.c,v 1.14 2002/10/22 02:39:49 cph Exp $ -Copyright (c) 1994-1999 Massachusetts Institute of Technology +Copyright (c) 1994-1999, 2002 Massachusetts Institute of Technology This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -16,7 +16,8 @@ General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, +USA. */ #include "scheme.h" -- 2.25.1