lua-users home
lua-l archive

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


> I'm trying to slog this out on my own, but either I'm working with a
> typo or I missed something...
> 
> In listing 31.6, the first line reads:
> 
> ` static const struct luaL_reg ll_funcs[] = {`
> 
> I didn't see this in the errata, (or in the thread that is currently
> arguing about memoization :)
> 
> So, I'll assume that it should be `luaL_Reg`, instead of the olde
> `luaL_reg`. Am I correct?
> 
> [...]

I am very sorry (almost ashamed) about that. It looks like I did not
update this example for Lua 5.2 (not even for Lua 5.1!). I will prepare
an errata with all necessary corrections.

Many thanks for the feedback,

-- Roberto