commit | 25d69b57ccef6e598d6a4cd8823ee24d56b2c9f7 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sat Feb 07 00:23:17 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sat Feb 07 00:23:17 2009 +0000 |
tree | 4a017036c414eae88431c88ef315b6d656c656eb | |
parent | 224605064a4ef87d1c3d35ad1cb363f8b534012b [diff] |
Apparently it is important to define intptr_t and uintptr_t to long instead of int. This is because system heaers like to redefine typedefs and that is an error if they don't exactly match. Use long for intptr_t on all systems where long is the right size. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63984 91177308-0d34-0410-b5e6-96231b3b80d8