X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=include%2Ftoken.h;h=6e152a4961d0a1d6677966b2a14e4db6ba2c8927;hp=32b1fd7f56870f84428ee8a7e1794d38b04d44bb;hb=HEAD;hpb=e8b475a846a6c819b5f7b4afbca67aa072294349 diff --git a/include/token.h b/include/token.h index 32b1fd7..6e152a4 100644 --- a/include/token.h +++ b/include/token.h @@ -1,5 +1,5 @@ -#ifndef TOKEN_INCLUDE -#define TOKEN_INCLUDE +#ifndef YACASL2_TOKEN_INCLUDE +#define YACASL2_TOKEN_INCLUDE #include #include @@ -51,15 +51,6 @@ typedef struct { */ void addcerrlist_tok(); -/** - * @brief 文字列から「'」以降の文字列をCASL IIのコメントとして削除する。「''」の場合は除く - * - * @return コメントを削除した文字列 - * - * @param s 文字列 - */ -char *strip_casl2_comment(char *s); - /** * @brief 行から、ラベル・コマンド・オペランドを取得する * @@ -69,4 +60,4 @@ char *strip_casl2_comment(char *s); */ CMDLINE *linetok(const char *line); -#endif /* end of TOKEN_INCLUDE */ +#endif