lua-users home
lua-l archive

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


> #define lua_number2int(i,d)     \
>         __asm fld d \
>         __asm fistp i
> 
> Works for me.

Wasn't this the cause of that bug in error handling??

-- Roberto