From 07f04384230b0c4cb8c47da7b5a6aebdea992b1e Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Thu, 30 Jul 2020 17:12:45 +0300 Subject: Move exclusively to bison as parser generator. --- lex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lex.c') diff --git a/lex.c b/lex.c index 2cd7672..73cdddb 100644 --- a/lex.c +++ b/lex.c @@ -27,7 +27,7 @@ THIS SOFTWARE. #include #include #include "awk.h" -#include "ytab.h" +#include "awkgram.tab.h" extern YYSTYPE yylval; extern bool infunc; -- cgit v1.2.3