X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/afbb696d1936dd21929ce156868b7c5ebd88b544..735d6bd42e945e1cec70ca50c475edf8be25e53e:/src/system.h diff --git a/src/system.h b/src/system.h index 10abfef5..23fe5f55 100644 --- a/src/system.h +++ b/src/system.h @@ -54,9 +54,6 @@ typedef size_t uintptr_t; #endif #include -#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))) /*---------------------.