cppfiles.c (NEVER_REREAD, [...]): Move from cpphash.h.
authorNeil Booth <neilb@earthling.net>
Sat, 9 Dec 2000 12:06:37 +0000 (12:06 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Sat, 9 Dec 2000 12:06:37 +0000 (12:06 +0000)
commit28e0f040343cefbd1de6c067394ea1415fab83f8
tree03c1db8498e9dbaa46fcb7c0ed5437d1bbb36e07
parent1b32f732bf637e9783bf840d04cf4039944b3339
cppfiles.c (NEVER_REREAD, [...]): Move from cpphash.h.

        * cppfiles.c (NEVER_REREAD, DO_NOT_REREAD): Move from cpphash.h.
        * cpphash.h (NEVER_REREAD, DO_NOT_REREAD, ABSOLUTE_PATH): Delete.
        * cpplex.c (parse_identifier): Improve diagnostic.
        (_cpp_lex_token): Return unconditionally at the end of a directive.
        * cpplib.c (read_flag): Verify legality of each flag.
        (end_directive): Resotre pfile->skipping before skip_rest_of_line.
        (do_line): Use the new read_flag.
        * cppmacro.c (struct cpp_macro, parse_arg, replace_args,
        check_macro_redefinition, parse_params): Rename var_args to
        variadic.

From-SVN: r38150
gcc/ChangeLog
gcc/cppfiles.c
gcc/cpphash.h
gcc/cpplex.c
gcc/cpplib.c
gcc/cppmacro.c