* src/output.h, src/output.c (error_verbose): Move to...

* src/getargs.h, src/getargs.c: here.
Sort the flags.
Adjust dependencies.
This commit is contained in:
Akim Demaille
2006-05-14 19:14:10 +00:00
parent 0a9f1c7d45
commit 4e83ea15f7
9 changed files with 133 additions and 128 deletions

View File

@@ -148,7 +148,7 @@
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
typedef union YYSTYPE
#line 95 "parse-gram.y"
#line 94 "../../src/parse-gram.y"
{
symbol *symbol;
symbol_list *list;
@@ -158,7 +158,7 @@ typedef union YYSTYPE
uniqstr uniqstr;
}
/* Line 1528 of yacc.c. */
#line 162 "parse-gram.h"
#line 162 "../../src/parse-gram.h"
YYSTYPE;
# define yystype YYSTYPE /* obsolescent; will be withdrawn */
# define YYSTYPE_IS_DECLARED 1