]> git.saurik.com Git - bison.git/commit - data/yacc.c
Fix portability problem on OpenBSD 4.7.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 8 Oct 2010 19:12:48 +0000 (12:12 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 8 Oct 2010 19:13:04 +0000 (12:13 -0700)
commit8ff146cd31d887f9bb28ec5f96bffcad4b4057f7
tree9d9838b3cc78218544a97844c7f5526752bd4765
parent95aed8db15a0bb0f7819bf77586d0cf6812ffdfd
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.
ChangeLog
data/yacc.c
src/parse-gram.c
src/parse-gram.h
tests/regression.at