lua-users home
lua-l archive

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


> The lrandom module as it is does not compiles as C++ code:

It is a C module, after all :-)

>     lrandom.c:25: error: invalid conversion from 'void*' to 'MT*'

lgpc and lmd5 will probably have the same problem (and fix).

Thanks for the report and patch.
--lhf