From a76a789747458e3690e44ee81332099a3f80c156 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Wed, 5 Mar 2014 06:00:03 +0200 Subject: Continue to straighten out enum usage. --- cmd.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cmd.h') diff --git a/cmd.h b/cmd.h index 5a5fd294..3c64efbe 100644 --- a/cmd.h +++ b/cmd.h @@ -109,7 +109,8 @@ enum argtype { /* non-number arguments to commands */ enum nametypeval { - A_ARGS = 1, + A_NONE = 0, + A_ARGS, A_BREAK, A_DEL, A_DISPLAY, -- cgit v1.2.3 From 69d85d51dfd0f2e3b464585633d270f06fa1e846 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Mon, 31 Mar 2014 22:17:13 +0300 Subject: Update copyright years on files changed in 2014. --- cmd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd.h') diff --git a/cmd.h b/cmd.h index 3c64efbe..6fca6d0a 100644 --- a/cmd.h +++ b/cmd.h @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 2004, 2010, 2011, 2013 the Free Software Foundation, Inc. + * Copyright (C) 2004, 2010, 2011, 2013, 2014 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. -- cgit v1.2.3