mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
Revert to 1.28c
This commit is contained in:
@@ -83,9 +83,5 @@ char *xstrdup PARAMS ((const char *str));
|
||||
/* Return a malloc'ed copy of SRC. */
|
||||
# define CLONE(Src) CCLONE (Src, 1)
|
||||
|
||||
/* Wrappers for standard functions. */
|
||||
#define CALLOC(t, n) ((t *) calloc (sizeof (t), (n)))
|
||||
#define MALLOC(t, n) ((t *) xmalloc (sizeof (t) * (n)))
|
||||
#define REALLOC(o, t, n) ((t *) xrealloc ((o), sizeof (t) * (n)))
|
||||
|
||||
#endif /* !XALLOC_H_ */
|
||||
|
||||
Reference in New Issue
Block a user