aboutsummaryrefslogtreecommitdiffstats
path: root/command.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-06-10 17:46:26 +0300
committerArnold D. Robbins <arnold@skeeve.com>2020-06-10 17:46:26 +0300
commit5aae00200fc44bdfefbb497cf57eb23a9d2517be (patch)
tree93d093e6354f8e16fb6e53677ae5819eead74338 /command.c
parenta53ba84a4c0c8cfcc944d08aa30d062afc6df9a3 (diff)
downloadegawk-5aae00200fc44bdfefbb497cf57eb23a9d2517be.tar.gz
egawk-5aae00200fc44bdfefbb497cf57eb23a9d2517be.tar.bz2
egawk-5aae00200fc44bdfefbb497cf57eb23a9d2517be.zip
Update to bison 3.6.3.
Diffstat (limited to 'command.c')
-rw-r--r--command.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/command.c b/command.c
index 8f69643c..0e966475 100644
--- a/command.c
+++ b/command.c
@@ -1,4 +1,4 @@
-/* A Bison parser, made by GNU Bison 3.6. */
+/* A Bison parser, made by GNU Bison 3.6.3. */
/* Bison implementation for Yacc-like parsers in C
@@ -49,7 +49,7 @@
#define YYBISON 1
/* Bison version. */
-#define YYBISON_VERSION "3.6"
+#define YYBISON_VERSION "3.6.3"
/* Skeleton name. */
#define YYSKELETON_NAME "yacc.c"
@@ -2382,7 +2382,7 @@ yyerrorlab:
yyerrlab1:
yyerrstatus = 3; /* Each real token shifted decrements this. */
- // Pop stack until we find a state that shifts the error token.
+ /* Pop stack until we find a state that shifts the error token. */
for (;;)
{
yyn = yypact[yystate];