* app.c (do_scrub_chars): If '/' is LINE_COMMENT_START, check
authorIan Lance Taylor <ian@airs.com>
Mon, 10 Jun 1996 16:15:05 +0000 (16:15 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 10 Jun 1996 16:15:05 +0000 (16:15 +0000)
commit41822c41ed0df5e4ea97f5a2cac2bbdb4a3e75ff
tree67c95168d2861520b3963e119701e168b48326ea
parent1ba76615870ec50c7b5817385203e29355ee338b
* app.c (do_scrub_chars): If '/' is LINE_COMMENT_START, check
  whether the next character is '*' before checking whether we are
at the start of a line.  Permit LINE_COMMENT_START to start a
comment in state 1 (seen some whitespace) as well, to match the
documentation.
gas/ChangeLog