aboutsummaryrefslogtreecommitdiffstats
path: root/vms/vms-conf.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2010-07-16 12:54:45 +0300
committerArnold D. Robbins <arnold@skeeve.com>2010-07-16 12:54:45 +0300
commitf20ab7c3039a4023f41372bfe4bde3b16d481df7 (patch)
tree4425de8c6177df655f165cb61d70d0acb5fdc968 /vms/vms-conf.h
parent6607eb3d5e40b98d2acc8f6b0d6a0b5a4b0f56bd (diff)
downloadegawk-f20ab7c3039a4023f41372bfe4bde3b16d481df7.tar.gz
egawk-f20ab7c3039a4023f41372bfe4bde3b16d481df7.tar.bz2
egawk-f20ab7c3039a4023f41372bfe4bde3b16d481df7.zip
Move to gawk-3.0.4.
Diffstat (limited to 'vms/vms-conf.h')
-rw-r--r--vms/vms-conf.h6
1 files changed, 5 insertions, 1 deletions
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
/*