mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-16 15:53:03 +00:00
* data/c.m4 (b4_c_modern): New macro, with a new provision for _MSC_VER.
(b4_c_function_def): Use it. * data/yacc.c (YYMODERN_C): Remove. All uses replaced by b4_c_modern. (yystrlen, yystpcpy, yyparse): Use b4_c_function... macros rather than rolling our own.
This commit is contained in:
10
ChangeLog
10
ChangeLog
@@ -1,3 +1,13 @@
|
||||
2006-01-04 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* data/c.m4 (b4_c_modern): New macro, with a new provision for
|
||||
_MSC_VER. Problem reported by Cenzato Marco.
|
||||
(b4_c_function_def): Use it.
|
||||
* data/yacc.c (YYMODERN_C): Remove. All uses replaced by
|
||||
b4_c_modern.
|
||||
(yystrlen, yystpcpy, yyparse): Use b4_c_function... macros rather
|
||||
than rolling our own.
|
||||
|
||||
2006-01-04 Akim Demaille <akim@epita.fr>
|
||||
|
||||
Also warn about non-used mid-rule values.
|
||||
|
||||
Reference in New Issue
Block a user