diff options
Diffstat (limited to 'data/iphone-gcc/typo.diff')
-rw-r--r-- | data/iphone-gcc/typo.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/data/iphone-gcc/typo.diff b/data/iphone-gcc/typo.diff new file mode 100644 index 000000000..4bf4daf82 --- /dev/null +++ b/data/iphone-gcc/typo.diff @@ -0,0 +1,12 @@ +diff -ru llvm-gcc-4.2-47984/gcc/llvm-abi.h llvm-gcc-4.2-47984+iPhone/gcc/llvm-abi.h +--- llvm-gcc-4.2-47984/gcc/llvm-abi.h 2008-03-06 02:50:05.000000000 +0000 ++++ llvm-gcc-4.2-47984+iPhone/gcc/llvm-abi.h 2008-03-06 12:37:55.000000000 +0000 +@@ -206,7 +206,7 @@ + // should be returned using the aggregate shadow (sret) convention, 0 otherwise. + // X may be evaluated more than once. + #ifndef LLVM_SHOULD_RETURN_VECTOR_AS_SHADOW +-#define LLVM_SHOULD_RETURN_VECTOR_AS_SHADOW(X) 0 ++#define LLVM_SHOULD_RETURN_VECTOR_AS_SHADOW(X,Y) 0 + #endif + + /// DefaultABI - This class implements the default LLVM ABI where structures are |