lua-users home
lua-l archive

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


On Fri, 21 Dec 2001, Luiz Henrique de Figueiredo wrote:

> There's a ready-made file at http://www.tecgraf.puc-rio.br/lua/work/lua-4.0.c .

And you need to export lua/src/ldo.c:parse_buffer as lua_loadbuffer as
well.  This should be a safe change, as almost all shared library/DLL
systems allow this without breaking backwards compatibility.

Jay