summaryrefslogtreecommitdiff
path: root/gas/app.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2003-11-22 04:46:36 +0000
committerAlan Modra <amodra@bigpond.net.au>2003-11-22 04:46:36 +0000
commit19d6df45dfb8f4df4e8d81748b75610a79b20270 (patch)
tree466503c7b16f2000d6c03c34020ee688efbb3f06 /gas/app.c
parenta3b02ffb0dd7521b2311a5791a544ddb22395fbf (diff)
downloadbinutils-redhat-19d6df45dfb8f4df4e8d81748b75610a79b20270.tar.gz
* app.c (do_scrub_chars): Revert 2003-04-23 and 2003-04-22.
Diffstat (limited to 'gas/app.c')
-rw-r--r--gas/app.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/gas/app.c b/gas/app.c
index d94766422f..1524947dbd 100644
--- a/gas/app.c
+++ b/gas/app.c
@@ -1308,13 +1308,11 @@ 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. */
+ state = 11; /* Now seeing label definition. */
}
else if (state == 1)
{
- if (IS_SYMBOL_COMPONENT (ch))
- state = 2; /* Ditto. */
+ state = 2; /* Ditto. */
}
else if (state == 9)
{