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:
064f2c9
)
moved flag definitions to registry.h
author
kramm
<kramm>
Fri, 2 Jan 2009 19:55:06 +0000
(19:55 +0000)
committer
kramm
<kramm>
Fri, 2 Jan 2009 19:55:06 +0000
(19:55 +0000)
lib/as3/tokenizer.h
patch
|
blob
|
history
diff --git
a/lib/as3/tokenizer.h
b/lib/as3/tokenizer.h
index
6952771
..
44ffd17
100644
(file)
--- a/
lib/as3/tokenizer.h
+++ b/
lib/as3/tokenizer.h
@@
-62,17
+62,6
@@
typedef struct _for_start {
char each;
} for_start_t;
-#define FLAG_PUBLIC 1
-#define FLAG_FINAL 2
-#define FLAG_PROTECTED 4
-#define FLAG_STATIC 8
-#define FLAG_DYNAMIC 16
-#define FLAG_PRIVATE 32
-#define FLAG_OVERRIDE 64
-#define FLAG_METHOD 64
-#define FLAG_INTERNAL 128
-#define FLAG_NATIVE 256
-
extern char start_of_expression;
typedef token_t*tokenptr_t;