X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=include%2Fcasl2.h;h=fa4b0ae64b0c69815160ddd80912213716934b40;hp=a293b13515e7091b20731b8a812c1d7659ee451c;hb=a901ac636091cc9d044a78525064b699ef7a2760;hpb=712486afe58b10ef37c5fa915de889ab8d1dd6cd diff --git a/include/casl2.h b/include/casl2.h index a293b13..fa4b0ae 100644 --- a/include/casl2.h +++ b/include/casl2.h @@ -124,6 +124,6 @@ void print_code_type(); void free_code_type(); /* 指定されたファイルにアセンブル結果を書込 */ -void outassemble(char *file); +void outassemble(const char *file); #endif