diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2010-07-16 12:45:40 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2010-07-16 12:45:40 +0300 |
commit | 558ba97bdeac5a68bb9248a5c4cdf2feeb24e771 (patch) | |
tree | 5c03c98edb9c5488103a6ffdef047e590e0b35b9 /vms/vms_gawk.c | |
parent | 8c042f99cc7465c86351d21331a129111b75345d (diff) | |
download | egawk-558ba97bdeac5a68bb9248a5c4cdf2feeb24e771.tar.gz egawk-558ba97bdeac5a68bb9248a5c4cdf2feeb24e771.tar.bz2 egawk-558ba97bdeac5a68bb9248a5c4cdf2feeb24e771.zip |
Move to gawk-3.0.1.
Diffstat (limited to 'vms/vms_gawk.c')
-rw-r--r-- | vms/vms_gawk.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vms/vms_gawk.c b/vms/vms_gawk.c index f65b9cbd..d98bb801 100644 --- a/vms/vms_gawk.c +++ b/vms/vms_gawk.c @@ -1,9 +1,9 @@ /* - * vms_gawk.c -- parse GAWK command line using DCL syntax ] + * vms_gawk.c -- parse GAWK command line using DCL syntax */ /* - * Copyright (C) 1991-1993 the Free Software Foundation, Inc. + * Copyright (C) 1991-1993, 1996 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. @@ -67,7 +67,7 @@ union arg_w_prefix { /* structure used to simplify prepending of "-" */ int vms_gawk() { - u_long sts; + U_Long sts; union arg_w_prefix buf; char misc_args[10], *misc_argp; int argc, W_cnt; |