=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/parse/load.c,v retrieving revision 1.21 retrieving revision 1.23 diff -u -p -r1.21 -r1.23 --- OpenXM_contrib2/asir2000/parse/load.c 2006/09/13 02:26:13 1.21 +++ OpenXM_contrib2/asir2000/parse/load.c 2013/06/13 18:42:11 1.23 @@ -45,7 +45,7 @@ * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE, * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE. * - * $OpenXM: OpenXM_contrib2/asir2000/parse/load.c,v 1.20 2006/02/08 02:11:19 noro Exp $ + * $OpenXM: OpenXM_contrib2/asir2000/parse/load.c,v 1.22 2012/12/17 07:20:45 noro Exp $ */ #include "ca.h" #include "parse.h" @@ -76,7 +76,7 @@ #ifdef MALLOC #undef MALLOC -#define MALLOC(x) GC_malloc((x)+4) +#define MALLOC(x) Risa_GC_malloc((x)+4) #endif char **ASIRLOADPATH; @@ -232,7 +232,8 @@ void searchasirpath(char *name,char **pathp) { char **p; char *q; - int l,ret; + size_t l; + int ret; struct stat sbuf; if ( (name[0] == '/') || ( name[0] == '.') || strchr(name,':')