lua-users home
lua-l archive

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


> I found that I had to stick in the line
> 
> #define luaL_reg luaL_Reg
> 
> at the front of lpeg.c to get Lpeg 0.10 to compile with
> Lua 5.2.0-alpha-rc2.
> 
> I hope that is not an awful blooper.

Kind of... luaL_reg was already deprecated in 5.1, but 5.1 had a
compatibility #define for it. I will fix that.

-- Roberto