[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua 5.2.0-alpha-rc2 and Lpeg 0.10
- From: Roberto Ierusalimschy <roberto@...>
- Date: Fri, 19 Nov 2010 10:58:58 -0200
> 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