cppfiles.c: Update comments.
authorNeil Booth <neil@daikokuya.demon.co.uk>
Wed, 21 Feb 2001 07:29:56 +0000 (07:29 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Wed, 21 Feb 2001 07:29:56 +0000 (07:29 +0000)
commit373e217703ba0c771832fb8f634c98022f5be353
tree63deedc494f43a8e08b2973548c30e790dcbbe8d
parent75beacf8857ecce10fcfdaf4e00dbe21cb56e224
cppfiles.c: Update comments.

        * cppfiles.c: Update comments.
        (_cpp_read_file): Don't check for NULL filenames any more.
        * cppinit.c (cpp_start_read): Don't do canonicalization of
        in_fname and out_fname.  Use the passed file name exclusively.
        (_cpp_handle_options): Don't treat "-" as a command line option,
        but as a normal filename.
        (_cpp_post_options): Canonicalize in_fname and out_fname.
        * cppmain.c (printer_init): Don't check out_fname for NULL.
        * c-lex.c (orig_filename): Rename cpp_filename for clarity.
        (init_c_lex): Update, and use "" to represent stdin to CPP.
        (yyparse): Update.

From-SVN: r39938
gcc/ChangeLog
gcc/c-lex.c
gcc/cppfiles.c
gcc/cppinit.c
gcc/cppmain.c