I really think we should get INT_TYPE = INT64 to work. In not so many months there will be 64 bit systems on the market, Intel IA64 and AMD Hammer (?). (Someone else probably have the current estimate.) Having 64-bit ready code then might be nice. :)
My main problem right now is that something in the compiler eats the upper 32 bits. The 64-bit integer is correctly parsed and stored in an svalue, but it eaten up before the code is executed and the integer is pushed on the stack.
/ Mirar
Previous text:
2003-01-26 15:15: Subject: INT_TYPE = INT64 (Bz2)
And grubba and I was just discussing removing everything foo-bar-int-related the other day... Having it work is of course an even better solution :)
/ Martin Nilsson (Åskblod)