fixed a few mem leaks, enter_file now doesn't do an implicit find_file anymore
[swftools.git] / lib / as3 / tokenizer.h
index b929a88..149ccd0 100644 (file)
@@ -73,6 +73,8 @@ typedef token_t*tokenptr_t;
 #include "parser.tab.h"
 
 extern int as3_verbosity;
+extern int as3_pass;
+extern unsigned int as3_tokencount;
 #define syntaxerror as3_error
 void as3_error(const char*format, ...);
 void as3_warning(const char*format, ...);