lua-users home
lua-l archive

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


> >> 1.
> On line 164 of lmathlib.c (version 5.2.2-rc2) there is an implicit
> conversion of value 'ep'
> -- Compiler warns "implicit conversion from floating point to integer"
> 
> This has been introduced via changes since 5.2.1. I'm not sure why this has
> been changed.

That was a mistake. Thanks for pointing it.


> >> 2.
> Macro 'MAXCCALLS' is a little confusing, since there is also the independent
> macro LUAI_MAXCCALLS; the former appears to apply only to lstrlib.c

Although they have similar names, they control different things. It
seems useful to be able to have different limits for each of these uses.

-- Roberto