git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27c4a9c
)
added flags to memberinfo
author
kramm
<kramm>
Tue, 30 Dec 2008 23:03:29 +0000
(23:03 +0000)
committer
kramm
<kramm>
Tue, 30 Dec 2008 23:03:29 +0000
(23:03 +0000)
lib/as3/registry.h
patch
|
blob
|
history
diff --git
a/lib/as3/registry.h
b/lib/as3/registry.h
index
930d320
..
944b139
100644
(file)
--- a/
lib/as3/registry.h
+++ b/
lib/as3/registry.h
@@
-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;