aboutsummaryrefslogtreecommitdiffstats
path: root/command.y
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-03-05 06:00:36 +0200
committerArnold D. Robbins <arnold@skeeve.com>2014-03-05 06:00:36 +0200
commit264a7667d91d9399adc964d2a75f8b4e847cb972 (patch)
tree45771b32114994f8e2056b49b312599ca19d4900 /command.y
parent39ee1c0c3dc958bd2600ea66609701adb0bf5888 (diff)
parenta76a789747458e3690e44ee81332099a3f80c156 (diff)
downloadegawk-264a7667d91d9399adc964d2a75f8b4e847cb972.tar.gz
egawk-264a7667d91d9399adc964d2a75f8b4e847cb972.tar.bz2
egawk-264a7667d91d9399adc964d2a75f8b4e847cb972.zip
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'command.y')
-rw-r--r--command.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/command.y b/command.y
index 742b185a..576af159 100644
--- a/command.y
+++ b/command.y
@@ -916,7 +916,7 @@ struct argtoken argtab[] = {
{ "sources", D_info, A_SOURCES },
{ "variables", D_info, A_VARIABLES },
{ "watch", D_info, A_WATCH },
- { NULL, D_illegal, 0 },
+ { NULL, D_illegal, A_NONE },
};