]> git.saurik.com Git - bison.git/commit - ChangeLog
Fix portability problem on OpenBSD 4.7.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 8 Oct 2010 19:12:48 +0000 (12:12 -0700)
committerJoel E. Denny <joeldenny@joeldenny.org>
Sat, 16 Oct 2010 22:51:03 +0000 (18:51 -0400)
commitea6046b9f6f8ab16f2f0f03a0d15499243971ae2
tree4ef2b4fb39d600e6775dd31dd292c0ca3c45a74e
parent86996fca101c629ef197313a1058df26e01df950
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.
(cherry picked from commit 8ff146cd31d887f9bb28ec5f96bffcad4b4057f7)

Conflicts:

ChangeLog
src/parse-gram.c
src/parse-gram.h
ChangeLog
data/yacc.c
src/parse-gram.c
src/parse-gram.h
tests/regression.at