* src/getargs.c (fixed_outfiles): Rename as...

(yaccflag): for consistency and accuracy.
Adjust dependencies.
This commit is contained in:
Akim Demaille
2000-10-02 08:50:07 +00:00
parent d7913476c4
commit 1916f98ef8
8 changed files with 23 additions and 25 deletions

View File

@@ -465,7 +465,7 @@ print_conflicts (void)
}
/* Report the total number of conflicts on STDERR. */
if (fixed_outfiles)
if (yaccflag)
{
/* If invoked with `--yacc', use the output format specified by
POSIX. */