commit fd264dc
hovercats
·
2024-04-12 05:53:55 +0000 UTC
parent 0070d4f
byacc: fix a missing file that shouldve been included when enabling btyacc
1 files changed,
+1,
-1
+1,
-1
1@@ -16,7 +16,7 @@ exe('yacc', {
2 'mstring.c',
3 'output.c',
4 'reader.c',
5- 'yaccpar.c',
6+ 'btyaccpar.c',
7 'symtab.c',
8 'verbose.c',
9 'warshall.c',