mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-19 09:13:04 +00:00
Consistently refer to Yacc, not YACC.
* src/getargs.c (usage, warnings_args): s/YACC/Yacc/.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2009-04-20 Akim Demaille <demaille@gostai.com>
|
||||||
|
|
||||||
|
Consistently refer to Yacc, not YACC.
|
||||||
|
* src/getargs.c (usage, warnings_args): s/YACC/Yacc/.
|
||||||
|
|
||||||
2009-04-17 Joel E. Denny <jdenny@ces.clemson.edu>
|
2009-04-17 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||||
|
|
||||||
Pacify make maintainer-check-posix.
|
Pacify make maintainer-check-posix.
|
||||||
|
|||||||
@@ -221,7 +221,7 @@ static const char * const warnings_args[] =
|
|||||||
that argmatch_valid be more readable. */
|
that argmatch_valid be more readable. */
|
||||||
"none - no warnings",
|
"none - no warnings",
|
||||||
"midrule-values - unset or unused midrule values",
|
"midrule-values - unset or unused midrule values",
|
||||||
"yacc - incompatibilities with POSIX YACC",
|
"yacc - incompatibilities with POSIX Yacc",
|
||||||
"all - all of the above",
|
"all - all of the above",
|
||||||
"error - warnings are errors",
|
"error - warnings are errors",
|
||||||
0
|
0
|
||||||
@@ -318,7 +318,7 @@ Output:\n\
|
|||||||
fputs (_("\
|
fputs (_("\
|
||||||
Warning categories include:\n\
|
Warning categories include:\n\
|
||||||
`midrule-values' unset or unused midrule values\n\
|
`midrule-values' unset or unused midrule values\n\
|
||||||
`yacc' incompatibilities with POSIX YACC\n\
|
`yacc' incompatibilities with POSIX Yacc\n\
|
||||||
`all' all the warnings\n\
|
`all' all the warnings\n\
|
||||||
`no-CATEGORY' turn off warnings in CATEGORY\n\
|
`no-CATEGORY' turn off warnings in CATEGORY\n\
|
||||||
`none' turn off all the warnings\n\
|
`none' turn off all the warnings\n\
|
||||||
|
|||||||
Reference in New Issue
Block a user