* src/toolbox/list.h (listnode): Renamed to listnode_t.
[cacao.git] / src / vmcore / class.c
index a9e7ad938de94728bd085a2528090b4a26a6f78e..bc77f913082fd1108cfc1244a2e0eb759a9c8362 100644 (file)
@@ -22,7 +22,7 @@
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    02110-1301, USA.
 
-   $Id: class.c 7563 2007-03-23 21:33:53Z twisti $
+   $Id: class.c 7783 2007-04-20 13:28:27Z twisti $
 
 */
 
@@ -66,7 +66,7 @@
 
 /* global variables ***********************************************************/
 
-list unlinkedclasses;                   /* this is only used for eager class  */
+list_t unlinkedclasses;                 /* this is only used for eager class  */
                                         /* loading                            */