switched from multiname to own types
[swftools.git] / lib / as3 / opcodes.h
index d068e3c..67698bc 100644 (file)
@@ -327,4 +327,6 @@ code_t* abc_typeof(code_t*prev);
 #define typeof(method) (method->code = abc_typeof(method->code))
 code_t* abc_urshift(code_t*prev);
 #define urshift(method) (method->code = abc_urshift(method->code))
+code_t* abc___break__(code_t*prev);
+#define __break__(method) (method->code = abc___break__(method->code))
 #endif