summaryrefslogtreecommitdiff
path: root/MLKForm.m
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2013-03-29 22:53:36 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2013-03-29 22:53:36 +0100
commitd2b03ad4635e30977f13f5bcfb02b79a2c28e0ec (patch)
tree2b3a5a83f5c01e5d3fb39de0ea75485240f94249 /MLKForm.m
parentcc920390a43b6e79caba2b113621d54bcc954d76 (diff)
Update to Xcode 4.6. Further update to LLVM 3.2.HEADmaster
Diffstat (limited to 'MLKForm.m')
-rw-r--r--MLKForm.m3
1 files changed, 2 insertions, 1 deletions
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]);