c-lex.c (src_line): Remove unneeded static variable.
authorPer Bothner <pbothner@apple.com>
Thu, 2 Oct 2003 06:54:46 +0000 (06:54 +0000)
committerPer Bothner <bothner@gcc.gnu.org>
Thu, 2 Oct 2003 06:54:46 +0000 (23:54 -0700)
commitefef2a5f2a6d41108e7df6f5d5e881d3073feae6
tree6ced526dc77310f01212932e76657af35afe968b
parentc15c90bbfe4553f5413341d61e8aa29caf2f647f
c-lex.c (src_line): Remove unneeded static variable.

* c-lex.c (src_line):   Remove unneeded static variable.
(cb_line_change):  Set input_line directly, instead of src_line.
(get_non_padding_token):  We no longer need to compensate for the
"horrible things" the C++ front-end does with the current line number,

From-SVN: r72010
gcc/ChangeLog
gcc/c-lex.c