as3: various bugfixes
[swftools.git] / lib / as3 / common.h
1 #ifndef __as3_common_h__
2 #define __as3_common_h__
3
4
5 extern int as3_verbosity;
6 extern int as3_pass;
7 #define syntaxerror as3_error
8 void as3_error(const char*format, ...) __attribute__ ((__noreturn__));
9 void as3_warning(const char*format, ...);
10 void as3_softwarning(const char*format, ...);
11 #endif