Re: Lua 5.1 (work6) now available (for loop bug)
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Lua 5.1 (work6) now available (for loop bug)
- From: Attila Babo <ababo@...>
- Date: 2005年5月20日 13:24:04 +0200
Roberto Ierusalimschy wrote:
And what about this?
Roberto,
the problem with the original version is the use of the semicolons.
While the original fails, this is working fine using VC 7.1:
#define lua_number2int(i,d) \
__asm fld d \
__asm fistp i
Regards:
Attila