Adjust yacc builds to support the original yacc (as opposed to bison)

yacc doesn't support the arguments we've been giving to bison. byacc was
also tested.
This commit is contained in:
James Le Cuirot
2023-10-08 22:11:52 +01:00
parent a010c4406f
commit 5823492992
5 changed files with 20 additions and 20 deletions

8
.gitignore vendored
View File

@@ -15,11 +15,11 @@ Makefile
/config_util
/configure
/executecmd
/gram.c
/gram.h
/gram.tab.c
/gram.tab.h
/kbdlexer.c
/kbdmodule.c
/kbdmodule.h
/kbdmodule.tab.c
/kbdmodule.tab.h
/lex.c
/ppmtoinfo
/requestchoice