moved flag definitions to registry.h
authorkramm <kramm>
Fri, 2 Jan 2009 19:55:06 +0000 (19:55 +0000)
committerkramm <kramm>
Fri, 2 Jan 2009 19:55:06 +0000 (19:55 +0000)
lib/as3/tokenizer.h

index 6952771..44ffd17 100644 (file)
@@ -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;