]> git.saurik.com Git - bison.git/commit
* data/c.m4 (b4_c_function_def): Look at __STDC_VERSION__ as well
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 11 Oct 2005 05:36:04 +0000 (05:36 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 11 Oct 2005 05:36:04 +0000 (05:36 +0000)
commit4d7aa45e7571be96bad8ccbb4c513404b9386717
treee9fbc57368f2316a308f8723fccaec21bdc0a14b
parent4f6e011e2eececfe5fb2c467da542615f26439bc
* 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.
ChangeLog
data/c.m4
data/yacc.c