1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2026-05-07 05:56:23 +00:00

genericptr_T -> generic_T *

SCCS-file: ialloc.c
SCCS-SID: 8.25
This commit is contained in:
Arthur David Olson
1995-01-02 12:05:51 -05:00
committed by Paul Eggert
parent cb6584e60d
commit 3705dcb3b5

View File

@@ -56,7 +56,7 @@ const int size;
{
if (NULLMAL(pointer))
return imalloc(size);
return realloc((genericptr_T) pointer, (alloc_size_T) nonzero(size));
return realloc((generic_T *) pointer, (alloc_size_T) nonzero(size));
}
char *