reactivated code_dup
[swftools.git] / lib / as3 / code.h
index 885bfbe..6ae24b9 100644 (file)
@@ -77,7 +77,7 @@ struct _codelookup {
     int len;
 };
 
-code_t*code_dup(code_t*c); //shallow copy
+code_t*code_dup(code_t*c);
 
 code_t*add_opcode(code_t*atag, U8 op);