* Merged executionstate branch.
[cacao.git] / src / vmcore / linker.h
index 35a2950a7b4378c1fc6bec4498b97b082c40632d..ad95bcccc824c6c9129e7a6bbcf84896cbc6c003 100644 (file)
@@ -102,7 +102,7 @@ typedef struct primitivetypeinfo primitivetypeinfo;
 
 struct _vftbl {
        methodptr   *interfacetable[1];    /* interface table (access via macro)  */
-       classinfo   *class;                /* class, the vtbl belongs to          */
+       classinfo   *clazz;                /* class, the vtbl belongs to          */
        arraydescriptor *arraydesc;        /* for array classes, otherwise NULL   */
        s4           vftbllength;          /* virtual function table length       */
        s4           interfacetablelength; /* interface table length              */