OSDN Git Service

translate comment japanese to english
authorYoshihiro Yamazaki <yoya@awm.jp>
Wed, 10 Aug 2011 10:44:05 +0000 (19:44 +0900)
committerYoshihiro Yamazaki <yoya@awm.jp>
Wed, 10 Aug 2011 10:44:05 +0000 (19:44 +0900)
src/swf_define.h [changed mode: 0644->0755]
src/swf_tag_shape.h [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 35d58e8..ec409fd
@@ -43,7 +43,7 @@ extern void print_hexbin(unsigned char *data, int data_len);
 
 #else
 
-// MALLOC_DEBUG 指定しない時は無効化
+// no MALLOC_DEBUG is disabled this functions
 #define malloc_debug_start() 
 #define malloc_debug_end()
 
old mode 100644 (file)
new mode 100755 (executable)
index 6bd1a04..39a9553
@@ -53,10 +53,10 @@ extern int swf_tag_shape_get_cid_detail(swf_tag_t *tag);
 extern int swf_tag_shape_replace_cid_detail(swf_tag_t *tag, int id);
 extern int *swf_tag_shape_bitmap_get_refcid_list(swf_tag_t *tag, int *cid_list_num);
 extern int swf_tag_shape_bitmap_replace_refcid_list(swf_tag_t *tag, int from_cid, int to_cid);
-// ダミー
+// dummy start
 extern int swf_tag_shape_bitmap_get_refcid(int x);
 extern int swf_tag_shape_bitmap_replace_refcid(int y);
-// ダミーここまで
+// dummy end
 extern unsigned char *swf_tag_shape_output_detail(swf_tag_t *tag,
                                                    unsigned long *length,
                                                    struct swf_object_ *swf);