diff gen/classes.cpp @ 1229:fafe7c8d6734

Now compiles again, and fixed type of the Interface[N] ClassInfo symbol.
author Tomas Lindquist Olsen <tomas.l.olsen gmail.com>
date Thu, 16 Apr 2009 11:01:49 +0200
parents 79758fd2f48a
children 212ec2d9d176
line wrap: on
line diff
--- a/gen/classes.cpp	Wed Apr 15 20:06:25 2009 +0200
+++ b/gen/classes.cpp	Thu Apr 16 11:01:49 2009 +0200
@@ -60,7 +60,7 @@
 
         // emit the interfaceInfosZ symbol if necessary
         if (cd->vtblInterfaces && cd->vtblInterfaces->dim > 0)
-            getInterfaceArraySymbol(); // initializer is applied when it's built
+            irstruct->getInterfaceArraySymbol(); // initializer is applied when it's built
 
         // perform definition
         if (needs_def)