
const char *yyname[] = {...}; const char *yyrule[] = {...}; rather than char *yyname[] = {...}; char *yyrule[] = {...}; to prevent warnings about initialization discards `const' from pointer target type when the output of yacc is compiled with a picky warning level.
Description
No description provided
Languages
C
85.3%
Roff
7.2%
Assembly
3.1%
Shell
1.7%
Makefile
1.2%
Other
0.9%