Codebase list flex / 0db9f89
build: Remove custom reallocarray() declaration. Use one from <stdlib.h> instead because that is more portable. Lukasz Baj authored 6 years ago Will Estes committed 6 years ago
1 changed file(s) with 0 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
630630 extern int tmpuses, totnst, peakpairs, numuniq, numdup, hshsave;
631631 extern int num_backing_up, bol_needed;
632632
633 #ifndef HAVE_REALLOCARRAY
634 void *reallocarray(void *, size_t, size_t);
635 #endif
636
637633 void *allocate_array(int, size_t);
638634 void *reallocate_array(void *, int, size_t);
639635