generic_T goes

SCCS-file: ialloc.c
SCCS-SID: 8.26
This commit is contained in:
Arthur David Olson
2012-07-18 03:02:17 -04:00
committed by Paul Eggert
parent 3f90fb1ba1
commit abf968df97
+1 -1
View File
@@ -56,7 +56,7 @@ const int size;
{
if (NULLMAL(pointer))
return imalloc(size);
return realloc((generic_T *) pointer, (alloc_size_T) nonzero(size));
return realloc((void *) pointer, (alloc_size_T) nonzero(size));
}
char *