lua-users home
lua-l archive

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


I tried to compile in the TinyCC compiler, and it gave me an error on
line 495 of ldo.c. I did, however, fix this error for you, although I
was too lazy to write a patch for it.

Remove line 495 and replace it with the following:

if (c == LUA_SIGNATURE[0])
    tf = luaU_undump(L, p->z, &p->buff, p->name);
else
    tf = luaY_parser(L, p->z, &p->buff, p->name);