X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=include%2Fcasl2.h;h=42ed92db5205d7b3d513d8017d20b34a362939b7;hp=a293b13515e7091b20731b8a812c1d7659ee451c;hb=4fe8479d27f535a0ff44c9f6ce270249934e980f;hpb=712486afe58b10ef37c5fa915de889ab8d1dd6cd diff --git a/include/casl2.h b/include/casl2.h index a293b13..42ed92d 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 +#endif /* YACASL2_CASL2_INCLUDEDの終端 */