Fix portability problem on OpenBSD 4.7.

Jim Meyering reported this in
<http://lists.gnu.org/archive/html/bug-bison/2010-10/msg00007.html>.
* data/yacc.c: Use EXIT_SUCCESS as a witness for stdlib.h,
not _STDLIB_H.  EXIT_SUCCESS has been defined by the standard
for quite some time.
* src/parse-gram.c, src/parse-gram.h: Regenerate.
* tests/regression.at: Tamper with the renamed witness.
This commit is contained in:
Paul Eggert
2010-10-08 12:12:48 -07:00
parent 95aed8db15
commit 8ff146cd31
5 changed files with 32 additions and 22 deletions

View File

@@ -1,4 +1,4 @@
/* A Bison parser, made by GNU Bison 2.4.516-804e. */
/* A Bison parser, made by GNU Bison 2.4.533-95aed. */
/* Interface for Bison's Yacc-like parsers in C