* 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

@@ -27,14 +27,13 @@ extern char *spec_name_prefix; /* for -p */
extern int debugflag; /* for -t */
extern int definesflag; /* for -d */
extern int fixed_outfiles; /* for -y */
extern int nolinesflag; /* for -l */
extern int noparserflag; /* for -n */
extern int rawtoknumflag; /* for -r */
extern int statisticsflag;
extern int toknumflag; /* for -k */
extern int verboseflag; /* for -v */
extern int statisticsflag;
extern int fixed_outfiles; /* for -y */
extern int yaccflag; /* for -y */
void getargs PARAMS ((int argc, char *argv[]));