lua-users home
lua-l archive

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


And what about this?

> #define lua_number2int(i,d) __asm \
>                                 { \
>                                   fld d \
>                                   fistp i \
>                                 }

-- Roberto