Files
bison/lib/libiberty.h

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()