added flags to memberinfo
authorkramm <kramm>
Tue, 30 Dec 2008 23:03:29 +0000 (23:03 +0000)
committerkramm <kramm>
Tue, 30 Dec 2008 23:03:29 +0000 (23:03 +0000)
lib/as3/registry.h

index 930d320..944b139 100644 (file)
@@ -51,6 +51,7 @@ char classinfo_equals(classinfo_t*c1, classinfo_t*c2);
 
 struct _memberinfo {
     U8 kind;
+    U8 flags;
     const char*name;
     union {
         classinfo_t*return_type;