cpplib.c (output_line_command): Drop CONDITIONAL argument.
authorZack Weinberg <zack@rabi.columbia.edu>
Mon, 19 Apr 1999 11:55:04 +0000 (11:55 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Mon, 19 Apr 1999 11:55:04 +0000 (11:55 +0000)
commit80e9dcb4b2227b960b43f5356531a004a8565fe1
treeebb02ccf6b002d0d03abebf1a917eaf581d86c4b
parenta3f406ce4c9fe47d97f951a48bc1488285f995a9
cpplib.c (output_line_command): Drop CONDITIONAL argument.

1999-04-19 14:51 -0400  Zack Weinberg  <zack@rabi.columbia.edu>
* cpplib.c (output_line_command): Drop CONDITIONAL argument.
We can omit unnecessary line commands if file_change ==
same_file and pfile->lineno != 0.  All callers changed.
(cpp_get_token [case '\n']): Don't bump pfile->lineno if
CPP_OPTIONS (pfile)->no_line_commands is set.
* cpplib.h: Fix prototype of output_line_command.

From-SVN: r26547
gcc/ChangeLog
gcc/cppinit.c
gcc/cpplib.c
gcc/cpplib.h