added slot field to classinfo_t
authorkramm <kramm>
Tue, 30 Dec 2008 23:03:37 +0000 (23:03 +0000)
committerkramm <kramm>
Tue, 30 Dec 2008 23:03:37 +0000 (23:03 +0000)
lib/as3/registry.h

index 944b139..77d1f89 100644 (file)
@@ -31,11 +31,11 @@ DECLARE_LIST(classinfo);
 DECLARE(memberinfo);
 
 struct _classinfo {
-    /* this is very similar to a QNAME */
     U8 access;
     U8 flags;
     const char*package;
     const char*name;
+    int slot;
 
     classinfo_t*superclass;
     dict_t members;