Does not compile. DB On 5/20/05, Roberto Ierusalimschy <roberto@inf.puc-rio.br> wrote: > And what about this? > > > #define lua_number2int(i,d) __asm \ > > { \ > > fld d \ > > fistp i \ > > } > > -- Roberto >