implemented two-pass compiling
[swftools.git] / lib / as3 / tokenizer.lex
index d3884d8..c06b2be 100644 (file)
@@ -31,6 +31,8 @@
 #include "tokenizer.h"
 #include "files.h"
 
+int as3_pass = 0;
+
 int as3_verbosity = 1;
 void as3_error(const char*format, ...)
 {