mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-10 04:43:03 +00:00
(CALLOC, MALLOC, REALLOC): Remove.
This commit is contained in:
@@ -54,9 +54,6 @@ typedef size_t uintptr_t;
|
||||
#endif
|
||||
|
||||
#include <xalloc.h>
|
||||
#define CALLOC(P, N) ((P) = xcalloc (N, sizeof *(P)))
|
||||
#define MALLOC(P, N) ((P) = xnmalloc (N, sizeof *(P)))
|
||||
#define REALLOC(P, N) ((P) = xnrealloc (P, N, sizeof *(P)))
|
||||
|
||||
|
||||
/*---------------------.
|
||||
|
||||
Reference in New Issue
Block a user