=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2018/parse/parse.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- OpenXM_contrib2/asir2018/parse/parse.h 2018/09/19 05:45:08 1.1 +++ OpenXM_contrib2/asir2018/parse/parse.h 2019/03/28 05:28:33 1.2 @@ -45,7 +45,7 @@ * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE, * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE. * - * $OpenXM$ + * $OpenXM: OpenXM_contrib2/asir2018/parse/parse.h,v 1.1 2018/09/19 05:45:08 noro Exp $ */ # if defined(VISUAL) || defined(__MINGW32__) #include @@ -704,7 +704,7 @@ int myatoi(char *s); void yyerror(char *s); int Egetc(FILE *fp); void Eungetc(int c,FILE *fp); -void get_line(char *buf); +void xget_line(char *buf); int readline_getc(); void readline_ungetc(); char *readline_console(char *prompt);