[PATCH] stdint.h should use the target's types, cleanup the targets

scott douglass scott.douglass at arm.com
Mon Oct 28 06:32:54 PDT 2013



================
Comment at: test/Preprocessor/init.c:253
@@ -252,3 +252,1 @@
-// ARM:#define __INTPTR_TYPE__ long int
-// ARM:#define __INTPTR_WIDTH__ 32
 // ARM:#define __INT_MAX__ 2147483647
----------------
Is it a problem that `__INTPTR_TYPE__` and `__INTPTR_WIDTH__` have been lost for some targets?  (ARM, MIPS*, PPC*, ...)


http://llvm-reviews.chandlerc.com/D2021



More information about the cfe-commits mailing list