* app.c (do_scrub_chars): Revert 2003-04-23 and 2003-04-22.

This commit is contained in:
Alan Modra 2003-11-22 04:46:36 +00:00
parent 67c1ffbec9
commit 9a12477437
2 changed files with 13 additions and 11 deletions

View File

@ -1,3 +1,7 @@
2003-11-22 Alan Modra <amodra@bigpond.net.au>
* app.c (do_scrub_chars): Revert 2003-04-23 and 2003-04-22.
2003-11-21 Kazu Hirata <kazu@cs.umass.edu>
* ecoff.c: Convert to ISO-C.

View File

@ -1308,12 +1308,10 @@ do_scrub_chars (int (*get) (char *, int), char *tostart, int tolen)
/* Some relatively `normal' character. */
if (state == 0)
{
if (IS_SYMBOL_COMPONENT (ch))
state = 11; /* Now seeing label definition. */
}
else if (state == 1)
{
if (IS_SYMBOL_COMPONENT (ch))
state = 2; /* Ditto. */
}
else if (state == 9)