diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-06-10 17:46:26 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-06-10 17:46:26 +0300 |
commit | 5aae00200fc44bdfefbb497cf57eb23a9d2517be (patch) | |
tree | 93d093e6354f8e16fb6e53677ae5819eead74338 /command.c | |
parent | a53ba84a4c0c8cfcc944d08aa30d062afc6df9a3 (diff) | |
download | egawk-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.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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]; |