Commit 25e30970 by Zack Weinberg Committed by Zack Weinberg

cpplib.c (copy_rest_of_line): Revert previous change: don't bail out early if we…

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
parent 9a7372d6
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.
......
......@@ -478,8 +478,6 @@ copy_rest_of_line (pfile)
/* else fall through */
case '-':
c = skip_comment (pfile, c);
if (c == ' ')
return;
break;
case '\f':
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment