[BACK]Return to ytab.c CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / parse

Diff for /OpenXM_contrib2/asir2000/parse/ytab.c between version 1.10 and 1.11

version 1.10, 2011/06/16 08:17:15 version 1.11, 2012/12/17 07:20:45
Line 70 
Line 70 
 /* Line 189 of yacc.c  */  /* Line 189 of yacc.c  */
 #line 50 "parse.y"  #line 50 "parse.y"
   
 #define malloc(x) GC_malloc(x)  #define malloc(x) Risa_GC_malloc(x)
 #define realloc(x,y) GC_realloc(x,y)  #define realloc(x,y) Risa_GC_realloc(x,y)
 #define free(x) GC_free(x)  #define free(x) Risa_GC_free(x)
   
 #if defined(TOWNS)  #if defined(TOWNS)
 #include <alloca.h>  #include <alloca.h>

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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