diff options
Diffstat (limited to 'vms/vms-conf.h')
-rw-r--r-- | vms/vms-conf.h | 6 |
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 /* |