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:
parent
9a7372d646
commit
25e309705a
2 changed files with 5 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -478,8 +478,6 @@ copy_rest_of_line (pfile)
|
|||
/* else fall through */
|
||||
case '-':
|
||||
c = skip_comment (pfile, c);
|
||||
if (c == ' ')
|
||||
return;
|
||||
break;
|
||||
|
||||
case '\f':
|
||||
|
|
Loading…
Add table
Reference in a new issue