]> git.saurik.com Git - bison.git/blob - lib/libiberty.h
Import of 2003-06-08 libbitset <http://mail.gnu.org/archive/html/bison-patches/2003...
[bison.git] / lib / libiberty.h
1 /* Dummy libiberty header file. */
2
3 #define PARAMS(X) X
4
5 #define ATTRIBUTE_UNUSED __attribute__ ((__unused__))
6
7 #define xmalloc malloc
8 #define xcalloc calloc
9 #define xrealloc realloc
10
11 #define xalloc_die()
12