cpplib.c (copy_rest_of_line): Revert previous change: don't bail out early if we hit a line comment.

* cpplib.c (copy_rest_of_line): Revert previous change: don't
	bail out early if we hit a line comment.

From-SVN: r31828
This commit is contained in:
Zack Weinberg 2000-02-06 20:08:22 +00:00 committed by Zack Weinberg
parent 9a7372d646
commit 25e309705a
2 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2000-02-06 Zack Weinberg <zack@wolery.cumb.org>
* cpplib.c (copy_rest_of_line): Revert previous change: don't
bail out early if we hit a line comment.
2000-02-06 Richard Henderson <rth@cygnus.com>
* flow.c (flow_delete_insn, make_edge, remove_edge): Export.

View file

@ -478,8 +478,6 @@ copy_rest_of_line (pfile)
/* else fall through */
case '-':
c = skip_comment (pfile, c);
if (c == ' ')
return;
break;
case '\f':