Use tr_realloc (BSD reallocf-alike) instead of plain realloc

This commit is contained in:
Mike Gelfand
2015-10-25 17:13:14 +00:00
parent 57911bf349
commit f6f15d6937
4 changed files with 13 additions and 3 deletions

View File

@@ -8,7 +8,6 @@
*/
#include <assert.h>
#include <stdlib.h> /* tr_renew () -> realloc () */
#include <string.h> /* memmove */
#include "ptrarray.h"