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. llvm-svn: 63984
Loading
Please register or sign in to comment