From: kramm Date: Tue, 6 Jan 2009 21:32:54 +0000 (+0000) Subject: moved flex exports to tokenizer.h X-Git-Tag: release-0-9-0~390 X-Git-Url: http://git.asbjorn.it/?a=commitdiff_plain;h=18e1026132d3f1ee795ef2679cc15bd7c2e27200;p=swftools.git moved flex exports to tokenizer.h --- diff --git a/lib/as3/compiler.c b/lib/as3/compiler.c index af418cb..be9cdab 100644 --- a/lib/as3/compiler.c +++ b/lib/as3/compiler.c @@ -31,7 +31,6 @@ /* flex/bison definitions */ extern void avm2_set_in (FILE * in_str ); extern int avm2_parse(); -extern int avm2_lex_destroy(); void as3_setverbosity(int level) {