lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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();