[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: build lua 1.1
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Sun, 19 Jun 2022 18:03:33 -0300
Using the lua-all package, I had to add these two lines to y.tab.c
build Lua 1.1 using "Apple clang version 12.0.0 (clang-1200.0.32.29)":
int yylex ();
int yyparse();