Hi,

        Thanks for bringing LUA_NUM_TYPE to my attention. I had totally
 missed it (never looked that far down in the makefile, unbelievably).
 However, I don't like special casing the architecture in the Makefile,
 since the number of arches with 64bit long's are more than just AMD64
 (IA64 is an immediate candidate).

        A better solution is to have the code use the correct type to
 start with; if we need a 32bit wide integer, we should use int32_t, not
 long/int based on an arch. So I ended up modifying src/lua/llimits.h
 instead. 

        Thanks for your contribution,

        manoj
-- 
To be is to program.
Manoj Srivastava <[EMAIL PROTECTED]> <http://www.golden-gryphon.com/>  
1024D/BF24424C print 4966 F272 D093 B493 410B  924B 21BA DABB BF24 424C



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to