aboutsummaryrefslogtreecommitdiffstats
path: root/command.y
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-09-10 14:04:04 +0300
committerArnold D. Robbins <arnold@skeeve.com>2021-09-10 14:04:04 +0300
commitdab291a6bd1b7a202758747da70fa125ffeb75ed (patch)
tree24e64720d4ae3cf0dcfa138fa62712549fb788d7 /command.y
parent3f87dfdb1fa3a54d4ca453a2cf00ec9ad42fc178 (diff)
downloadegawk-dab291a6bd1b7a202758747da70fa125ffeb75ed.tar.gz
egawk-dab291a6bd1b7a202758747da70fa125ffeb75ed.tar.bz2
egawk-dab291a6bd1b7a202758747da70fa125ffeb75ed.zip
Update to Bison 3.8.
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);