as3: various bugfixes
[swftools.git] / lib / as3 / common.h
diff --git a/lib/as3/common.h b/lib/as3/common.h
new file mode 100644 (file)
index 0000000..fe7bf18
--- /dev/null
@@ -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