[BACK]Return to yymain_polymake.c CVS log [TXT][DIR] Up to [local] / OpenXM / src / kan96xx / trans

Diff for /OpenXM/src/kan96xx/trans/yymain_polymake.c between version 1.5 and 1.6

version 1.5, 2018/05/02 21:25:38 version 1.6, 2018/05/03 13:20:35
Line 1 
Line 1 
 /* $OpenXM: OpenXM/src/kan96xx/trans/yymain_polymake.c,v 1.4 2004/07/15 07:50:40 takayama Exp $ */  /* $OpenXM: OpenXM/src/kan96xx/trans/yymain_polymake.c,v 1.5 2018/05/02 21:25:38 takayama Exp $ */
 #include <stdio.h>  #include <stdio.h>
 #include "yylex_polymake.h"  #include "yylex_polymake.h"
 #include "yy_polymake.tab.h"  #include "yy_polymake.tab.h"
Line 54  void *sGC_malloc(int n) {
Line 54  void *sGC_malloc(int n) {
   return GC_malloc(n);    return GC_malloc(n);
 }  }
   
 PMerror() {  void PMerror() {
   fprintf(stderr,"Parse error. cf. yylex_polymake.c: PM_debug=1;\n");    fprintf(stderr,"Parse error. cf. yylex_polymake.c: PM_debug=1;\n");
 }  }

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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