]> gcc.gnu.org Git - gcc.git/commit - libcpp/directives.c
c-ppoutput.c (cb_include): Don't take a cpp_token.
authorNeil Booth <neil@daikokuya.co.uk>
Mon, 21 Apr 2003 19:21:59 +0000 (19:21 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Mon, 21 Apr 2003 19:21:59 +0000 (19:21 +0000)
commit74eb4b3e2ef09909768f6b7ce18b0b6c03f26f5b
tree18ec4d7a6b4b870f1e5aa394f9a86c0a58ffc185
parent65085aa3eff4cbaf515a4fcbb16d2692ecb1ab74
c-ppoutput.c (cb_include): Don't take a cpp_token.

* c-ppoutput.c (cb_include): Don't take a cpp_token.
* cppfiles.c: Don't undef strcmp.
(find_include_file): Don't take a cpp_token.  Check for empty
file names.
(_cpp_execute_include, _cpp_compare_file_date): Don't take a cpp_token.
(cpp_push_include): Simplify.
* cpphash.h (_cpp_execute_include, _cpp_compare_file_date): Update.
* cpplib.c (glue_header_name): Return the file name, not a cpp_token.
(parse_include): Similary.  Don't check for zero-length filenames.
(do_include_common, do_pragma_dependency): Update accordingly.
* cpplib.h (struct cpp_callbacks): Change prototype of include.

From-SVN: r65894
gcc/ChangeLog
gcc/c-ppoutput.c
gcc/cppfiles.c
gcc/cpphash.h
gcc/cpplib.c
gcc/cpplib.h
This page took 0.0593 seconds and 5 git commands to generate.