mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-13 14:23:04 +00:00
* data/c.m4 (b4_c_function_def): Look at __STDC_VERSION__ as well
as __STDC__, as IBM cc defines the former but not the latter. * data/yacc.c (YYMODERN_C): New macro, which also looks at __STDC_VERSION__. Use it everywhere instead of looking at __STDC__ and __cplusplus.
This commit is contained in:
@@ -7,6 +7,11 @@
|
||||
* src/scan-gram.l (gram_wrap): Redefine to avoid bug in flex 2.5.31
|
||||
that xlc complains about.
|
||||
* src/scan-skel.l (skel_wrap): Likewise.
|
||||
* data/c.m4 (b4_c_function_def): Look at __STDC_VERSION__ as well
|
||||
as __STDC__, as IBM cc defines the former but not the latter.
|
||||
* data/yacc.c (YYMODERN_C): New macro, which also looks at
|
||||
__STDC_VERSION__. Use it everywhere instead of looking at
|
||||
__STDC__ and __cplusplus.
|
||||
|
||||
2005-10-10 Akim Demaille <akim@epita.fr>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user