From d2b03ad4635e30977f13f5bcfb02b79a2c28e0ec Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Fri, 29 Mar 2013 22:53:36 +0100 Subject: Update to Xcode 4.6. Further update to LLVM 3.2. --- MLKForm.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'MLKForm.m') diff --git a/MLKForm.m b/MLKForm.m index 62ef451..b48617b 100644 --- a/MLKForm.m +++ b/MLKForm.m @@ -507,7 +507,8 @@ #else _argumentTypes = malloc (_argc * sizeof (MLKForeignType)); #endif - + + i = 0; while (argtypes) { _argumentTypes[i] = MLKForeignTypeWithTypeDesignator ([argtypes car]); -- cgit v1.2.3