[Tinycc-devel] Why is __LP64__ defined for targets for 32bits targets?

2016-09-18 Thread Christian Jullien
/* TinyCC & gcc defines */ #if defined TCC_TARGET_PE && defined TCC_TARGET_X86_64 tcc_define_symbol(s, "__SIZE_TYPE__", "unsigned long long"); tcc_define_symbol(s, "__PTRDIFF_TYPE__", "long long"); tcc_define_symbol(s, "__LLP64__", NULL); #else tcc_define_symbol(s, "__SIZE

Re: [Tinycc-devel] Why is __LP64__ defined for targets for 32bits targets?

2016-09-18 Thread Christian Jullien
>From a commit: author seyko Sun, 15 May 2016 20:07:05 +0200 (15 21