c-lex.c: Move main_input_filename handling to FC_ENTER.
authorNeil Booth <neil@daikokuya.demon.co.uk>
Sun, 17 Dec 2000 00:13:54 +0000 (00:13 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Sun, 17 Dec 2000 00:13:54 +0000 (00:13 +0000)
commitad2a084dbd3fbcacde8a5034ef381b1ee41d09e5
treedc9788c071208bc6125b57c49a68337f6a09eb53
parent3b67042af8f91e658c6467d3dad4464c89c069ab
c-lex.c: Move main_input_filename handling to FC_ENTER.

        * c-lex.c: Move main_input_filename handling to FC_ENTER. Clean up.
        * cpperror.c (print_containing_files): Get right line number.
        (print_location): Output column of 1 if 0.
        * cppfiles.c (stack_include_file): cpp_push_buffer handles
        the callback.
        * cpphash.h (_cpp_do_file_change): No longer external.
        * cpplib.c (do_file_change): Now local to cpplib.c.
        (do_line): Fake a buffer stack for preprocessed files.
        (cpp_push_buffer): Create a file_change callback.  Handle faked
        buffers.
        (cpp_pop_buffer): Similarly.
        * cpplib.h: BUF_FAKE: New buffer type.
        * cppmain.c: Update to handle correct file renaming where a
        #line is the first line of the main file, and produce only
        the renamed file, not the original file, as output.

From-SVN: r38319
gcc/ChangeLog
gcc/c-lex.c
gcc/cpperror.c
gcc/cppfiles.c
gcc/cpphash.h
gcc/cpplib.c
gcc/cpplib.h
gcc/cppmain.c