Cleaned up, fixed the "last" bug, optimized.
[cacao.git] / builtin.c
index a1a489bf7df7afe2aeacf63d60d3d0e03c745281..9c5277f22029f93e9222198af9f4f9f314f3f41b 100644 (file)
--- a/builtin.c
+++ b/builtin.c
@@ -390,7 +390,7 @@ void* __builtin_newarray(s4 base_size,
 #endif
        if (!a) return NULL;
 
-#if SIZE_FROM_CLASSINFO
+#ifdef SIZE_FROM_CLASSINFO
        memset(a, 0, alignedsize);
 #else
        memset(a, 0, base_size + (size-1) * elementsize);