=================================================================== RCS file: /home/cvs/OpenXM_contrib/gnuplot/Attic/alloc.h,v retrieving revision 1.1.1.2 retrieving revision 1.1.1.3 diff -u -p -r1.1.1.2 -r1.1.1.3 --- OpenXM_contrib/gnuplot/Attic/alloc.h 2000/01/22 14:15:54 1.1.1.2 +++ OpenXM_contrib/gnuplot/Attic/alloc.h 2003/09/15 07:09:23 1.1.1.3 @@ -1,4 +1,4 @@ -/* $Id: alloc.h,v 1.1.1.2 2000/01/22 14:15:54 maekawa Exp $ */ +/* $Id: alloc.h,v 1.1.1.3 2003/09/15 07:09:23 ohara Exp $ */ /* GNUPLOT - alloc.h */ @@ -36,7 +36,7 @@ * and redefines free if necessary. */ -char *gp_alloc __PROTO((unsigned long size, char *message)); +generic *gp_alloc __PROTO((unsigned long size, char *message)); generic *gp_realloc __PROTO((generic *p, unsigned long size, char *message)); /* dont define CHECK_HEAP_USE on a FARALLOC machine ! */