X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fas3%2Fcommon.h;fp=lib%2Fas3%2Fcommon.h;h=fe7bf183983601998ef63bc8e0f0d96838103477;hb=b8aa0577aae67db4da5221459102202febc5c103;hp=0000000000000000000000000000000000000000;hpb=a1dde8db3bde6aa26562dadae696d5d54ef752d2;p=swftools.git diff --git a/lib/as3/common.h b/lib/as3/common.h new file mode 100644 index 0000000..fe7bf18 --- /dev/null +++ b/lib/as3/common.h @@ -0,0 +1,11 @@ +#ifndef __as3_common_h__ +#define __as3_common_h__ + + +extern int as3_verbosity; +extern int as3_pass; +#define syntaxerror as3_error +void as3_error(const char*format, ...) __attribute__ ((__noreturn__)); +void as3_warning(const char*format, ...); +void as3_softwarning(const char*format, ...); +#endif