summaryrefslogtreecommitdiff
path: root/cmd.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-03-05 06:00:03 +0200
committerArnold D. Robbins <arnold@skeeve.com>2014-03-05 06:00:03 +0200
commita76a789747458e3690e44ee81332099a3f80c156 (patch)
treeed4622b719fe6e8d1f466f587f7bd25455b7337c /cmd.h
parentabe4984928229338afd2dc9bbeb95bb9f361ef94 (diff)
downloadgawk-a76a789747458e3690e44ee81332099a3f80c156.tar.gz
Continue to straighten out enum usage.
Diffstat (limited to 'cmd.h')
-rw-r--r--cmd.h3
1 files changed, 2 insertions, 1 deletions
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,