fix bad call to realloc (nf patches).
This commit is contained in:
parent
506da0b1bf
commit
8213d52af4
@ -64,7 +64,7 @@ static char SccsId[] = "%W% %G%";
|
||||
#if USE_SYSTEM_MALLOC
|
||||
#define my_malloc(sz) malloc(sz)
|
||||
#define my_realloc(ptr, sz, osz, safe) realloc(ptr, sz)
|
||||
#define my_realloc0(ptr, sz) realloc0(ptr, sz)
|
||||
#define my_realloc0(ptr, sz) realloc(ptr, sz)
|
||||
#define my_free(ptr) free(ptr)
|
||||
#else
|
||||
#define my_malloc(sz) Yap_dlmalloc(sz)
|
||||
|
Reference in New Issue
Block a user