lua-users home
lua-l archive

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


> 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.