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 (from parent 1:
666b8d1
)
reshuffled flags
author
kramm
<kramm>
Fri, 2 Jan 2009 19:54:50 +0000
(19:54 +0000)
committer
kramm
<kramm>
Fri, 2 Jan 2009 19:54:50 +0000
(19:54 +0000)
lib/as3/tokenizer.h
patch
|
blob
|
history
diff --git
a/lib/as3/tokenizer.h
b/lib/as3/tokenizer.h
index
b8e5be3
..
90164d9
100644
(file)
--- a/
lib/as3/tokenizer.h
+++ b/
lib/as3/tokenizer.h
@@
-56,14
+56,15
@@
struct _typedcode {
};
#define FLAG_PUBLIC 1
};
#define FLAG_PUBLIC 1
-#define FLAG_PRIVATE 2
+#define FLAG_FINAL 2
#define FLAG_PROTECTED 4
#define FLAG_STATIC 8
#define FLAG_DYNAMIC 16
#define FLAG_PROTECTED 4
#define FLAG_STATIC 8
#define FLAG_DYNAMIC 16
-#define FLAG_FINAL 32
+#define FLAG_PRIVATE 32
#define FLAG_OVERRIDE 64
#define FLAG_OVERRIDE 64
-#define FLAG_NATIVE 128
-#define FLAG_INTERNAL 256
+#define FLAG_METHOD 64
+#define FLAG_INTERNAL 128
+#define FLAG_NATIVE 256
extern char start_of_expression;
extern char start_of_expression;