aboutsummaryrefslogtreecommitdiff
path: root/b.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-07-30 17:12:45 +0300
committerArnold D. Robbins <arnold@skeeve.com>2020-07-30 17:12:45 +0300
commit07f04384230b0c4cb8c47da7b5a6aebdea992b1e (patch)
tree22af51caba40b72a11f63cef4cf85fe12a4e4632 /b.c
parent453ce8642b69943dee03e89fb7666a80f7c84bcf (diff)
downloadone-true-awk-07f04384230b0c4cb8c47da7b5a6aebdea992b1e.tar.gz
Move exclusively to bison as parser generator.
Diffstat (limited to 'b.c')
-rw-r--r--b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/b.c b/b.c
index a338d43..776a806 100644
--- a/b.c
+++ b/b.c
@@ -32,7 +32,7 @@ THIS SOFTWARE.
#include <string.h>
#include <stdlib.h>
#include "awk.h"
-#include "ytab.h"
+#include "awkgram.tab.h"
#define MAXLIN 22