clean-up: don't define xmalloc, xstrdup, etc. -- use gnulib's definitions
commitb25dcd02204c034521a47bd0678a591004638868
authorJim Meyering <meyering@redhat.com>
Wed, 15 Dec 2010 15:01:07 +0000 (15 16:01 +0100)
committerJim Meyering <meyering@redhat.com>
Wed, 15 Dec 2010 21:09:38 +0000 (15 22:09 +0100)
tree456b75876a27bc42c937f7c6b86c9a8579e2616d
parent652d185244963c54f102c1b106fab3a5bb46259e
clean-up: don't define xmalloc, xstrdup, etc. -- use gnulib's definitions

* qparser.y [PARSER_UNIT_TEST]: Include "xalloc.h".
(xalloc_die, xmalloc, xmemdup, xstrdup): Remove definitions.
* t/Makefile.am (parser_CPPFLAGS): Append for xalloc.h.
(parser_LDADD): Link with gnulib.
qparser.y
t/Makefile.am