mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
tests: fix for newer Sun Studio C++.
Reported by Dagobert Michelsen at
<http://lists.gnu.org/archive/html/bug-bison/2010-03/msg00023.html>.
* THANKS (Dagobert Michelsen): Add.
* configure.ac (AC_PREREQ): Set to 2.64 so we get the latest
Autoconf macro for handling the restrict keyword.
* gnulib: Update to latest, which no longer overrides that macro
from Autoconf.
(cherry picked from commit 4333ba11c6)
Conflicts:
configure.ac
This commit is contained in:
11
ChangeLog
11
ChangeLog
@@ -1,3 +1,14 @@
|
||||
2010-04-10 Joel E. Denny <joeldenny@joeldenny.org>
|
||||
|
||||
tests: fix for newer Sun Studio C++.
|
||||
Reported by Dagobert Michelsen at
|
||||
<http://lists.gnu.org/archive/html/bug-bison/2010-03/msg00023.html>.
|
||||
* THANKS (Dagobert Michelsen): Add.
|
||||
* configure.ac (AC_PREREQ): Set to 2.64 so we get the latest
|
||||
Autoconf macro for handling the restrict keyword.
|
||||
* gnulib: Update to latest, which no longer overrides that macro
|
||||
from Autoconf.
|
||||
|
||||
2010-04-03 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||
|
||||
portability: fix pointer arithmetic to conform to C standard.
|
||||
|
||||
Reference in New Issue
Block a user