From f20ab7c3039a4023f41372bfe4bde3b16d481df7 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 16 Jul 2010 12:54:45 +0300 Subject: Move to gawk-3.0.4. --- vms/vms-conf.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'vms/vms-conf.h') diff --git a/vms/vms-conf.h b/vms/vms-conf.h index b8b98de1..e655ef24 100644 --- a/vms/vms-conf.h +++ b/vms/vms-conf.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 1991, 1992, 1995, 1996 the Free Software Foundation, Inc. + * Copyright (C) 1991, 1992, 1995, 1996, 1999 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. @@ -135,6 +135,10 @@ # undef __VMS_VER # define __VMS_VER 60100000 #endif +#if __CRTL_VER >= 60200000 +# undef __CRTL_VER +# define __CRTL_VER 60100000 +#endif #endif /* -- cgit v1.2.3