* cppmain.c (struct printer): Remove no_line_dirs.
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 13 Jan 2001 14:24:34 +0000 (14:24 +0000)
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 13 Jan 2001 14:24:34 +0000 (14:24 +0000)
commit502ef4666dbc7501c61cbe55ff265a6c204e5c66
tree85c5b636aa5ba71f896d480d2d0a4b9ca8404557
parent1a88fc965a1e1ce60591e991c1d6acbb4d4f444d
    * cppmain.c (struct printer): Remove no_line_dirs.
        (options, cb): New.
        (main, setup_callbacks, scan_buffer, printer_init, cb_define)
        : Use options rather than CPP_OPTION.
        (setup_callbacks): Use cb rather than pfile->cb.
        (main): No need to check for a buffer.  Use cpp_errors.
        (printer_init): Don't set no_line_dirs.
        (maybe_print_line): Use options not no_line_dirs.
        (cb_file_change): Don't call print_line if -P.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38983 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cppmain.c