[BACK]Return to parse.h CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2018 / parse

Diff for /OpenXM_contrib2/asir2018/parse/parse.h between version 1.1 and 1.2

version 1.1, 2018/09/19 05:45:08 version 1.2, 2019/03/28 05:28:33
Line 45 
Line 45 
  * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE,   * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE,
  * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE.   * 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__)  # if defined(VISUAL) || defined(__MINGW32__)
 #include <time.h>  #include <time.h>
Line 704  int myatoi(char *s);
Line 704  int myatoi(char *s);
 void yyerror(char *s);  void yyerror(char *s);
 int Egetc(FILE *fp);  int Egetc(FILE *fp);
 void Eungetc(int c,FILE *fp);  void Eungetc(int c,FILE *fp);
 void get_line(char *buf);  void xget_line(char *buf);
 int readline_getc();  int readline_getc();
 void readline_ungetc();  void readline_ungetc();
 char *readline_console(char *prompt);  char *readline_console(char *prompt);

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>