Consider long int constant as 64 bits on x86-64
commit1736a71b71221df7c81b0d3da25e774f3c4005d2
authorThomas Preud'homme <robotux@celest.fr>
Wed, 14 Mar 2012 14:47:42 +0000 (14 15:47 +0100)
committerThomas Preud'homme <robotux@celest.fr>
Wed, 14 Mar 2012 14:47:42 +0000 (14 15:47 +0100)
tree949c919743bd13ea5169b87eb4f56849a4413f7c
parent53c5715cca20231c47ccef9d17d440334f4a318e
Consider long int constant as 64 bits on x86-64

Quick and dirty hack to consider long int constant (as in 1UL or 1L) as
64 bits integer on x86-64 non Windows systems.
tccpp.c