[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.3.0 (rc4) now available
- From: Roberto Ierusalimschy <roberto@...>
- Date: Tue, 6 Jan 2015 12:13:48 -0200
> I don't know if feedback on typos in code comments are welcome, but
> in the newly added fragment of code in the diff there is one:
>
> > ** $Id: loadlib.c,v 1.124 2015/01/05 13:51:39 roberto Exp $
> 137a138,149
> > /*
> > ** Macro to covert pointer to void* to pointer to function. This cast
> > ** is undefined according to ISO C, but POSIX assumes that it must work.
> > ** (The '__extension__' in gnu compilers is only to avoid warnings.)
> > */
>
> see "Macro to *convert*" instead of "*covert*".
They are; thanks.
-- Roberto