[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Help on lproc exercise, Listing 31.6
- From: Roberto Ierusalimschy <roberto@...>
- Date: Wed, 30 Oct 2013 09:46:33 -0200
> 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