aboutsummaryrefslogtreecommitdiffstats
path: root/command.y
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-09-10 14:04:32 +0300
committerArnold D. Robbins <arnold@skeeve.com>2021-09-10 14:04:32 +0300
commitb1ce5f1df79cea7e3d46183bffcac81c7ce287dd (patch)
tree38aa595bbe863ecd52b3194d061516bf63b2cd33 /command.y
parentdcb93a4544f44beb127248327818f6bbdbe18043 (diff)
parentdab291a6bd1b7a202758747da70fa125ffeb75ed (diff)
downloadegawk-b1ce5f1df79cea7e3d46183bffcac81c7ce287dd.tar.gz
egawk-b1ce5f1df79cea7e3d46183bffcac81c7ce287dd.tar.bz2
egawk-b1ce5f1df79cea7e3d46183bffcac81c7ce287dd.zip
Merge branch 'gawk-5.1-stable'
Diffstat (limited to 'command.y')
-rw-r--r--command.y1
1 files changed, 1 insertions, 0 deletions
diff --git a/command.y b/command.y
index 9492e4f1..18980d38 100644
--- a/command.y
+++ b/command.y
@@ -36,6 +36,7 @@ int yydebug = 2;
static int yylex(void);
static void yyerror(const char *mesg, ...);
+#define YYERROR_IS_DECLARED 1 /* for bison 3.8. sigh. */
static int find_command(const char *token, size_t toklen);