classinfo: changed type of super and interfaces to classref_or_classinfo
authoredwin <none@none>
Sat, 2 Apr 2005 00:46:09 +0000 (00:46 +0000)
committeredwin <none@none>
Sat, 2 Apr 2005 00:46:09 +0000 (00:46 +0000)
src/cacaoh/headers.c

index 36727548f411799950397259293fdbead5e7de0d..c446c7b7ce642c64f548b0639e3df35fa9ebe508 100644 (file)
@@ -30,7 +30,7 @@
             Philipp Tomsich
             Christian Thalinger
 
-   $Id: headers.c 2140 2005-03-30 12:32:06Z twisti $
+   $Id: headers.c 2187 2005-04-02 00:46:09Z edwin $
 
 */
 
@@ -325,7 +325,7 @@ static void printfields(classinfo *c)
                return;
        }
                
-       printfields(c->super);
+       printfields(c->super.cls);
        
        for (i = 0; i < c->fieldscount; i++) {
                f = &(c->fields[i]);