mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
13 lines
207 B
C
13 lines
207 B
C
/* Dummy libiberty header file. */
|
|
|
|
#define PARAMS(X) X
|
|
|
|
#define ATTRIBUTE_UNUSED __attribute__ ((__unused__))
|
|
|
|
#define xmalloc malloc
|
|
#define xcalloc calloc
|
|
#define xrealloc realloc
|
|
|
|
#define xalloc_die()
|
|
|