TinyCC Compile Error
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: TinyCC Compile Error
- From: David KOENIG <karhudever@...>
- Date: 2006年12月16日 17:38:16 -0800
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);