Re: LUA_NUM_TYPE long
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: LUA_NUM_TYPE long
- From: niki.spahiev@...
- Date: 1999年7月15日 03:04:22 -0700
> The error in both cases is
> Error : internal compiler error: File: 'PCode.c' Line: 425
> lbuiltin.c line 304 }
This means error in compiler itself, so check with Metrowerks support.
> *(L->stack.top) = *luaH_getint(arg, i+1);
> L->stack.top++;
>
> That error goes away.
>
> Can someone familiar with these data types double check and let me
know
> if this is the right thing to do?
This is ok. But i will not trust the compiler.