fixed staticself.as testcase
[swftools.git] / lib / as3 / code.h
index 4dcd096..d120203 100644 (file)
@@ -102,6 +102,8 @@ code_t* code_append(code_t*code, code_t*toappend);
 
 code_t* cut_last_push(code_t*_c);
 
+char is_getlocal(code_t*c);
+
 #define code_new() (0)
 
 #endif