export flex definitions
authorkramm <kramm>
Tue, 6 Jan 2009 21:36:50 +0000 (21:36 +0000)
committerkramm <kramm>
Tue, 6 Jan 2009 21:36:50 +0000 (21:36 +0000)
lib/as3/tokenizer.h

index f58253d..b929a88 100644 (file)
@@ -80,4 +80,7 @@ void as3_softwarning(const char*format, ...);
 
 #define T_EOF 0
 
+extern int avm2_lex();
+extern int avm2_lex_destroy();
+
 #endif