* stabsread.c (define_symbol): Don't look for ',' as a LRS

indicator.
This commit is contained in:
Jeff Law
1998-03-19 04:47:59 +00:00
parent 0b9843e5ee
commit c298bd54ba
2 changed files with 6 additions and 1 deletions

View File

@@ -2119,7 +2119,7 @@ define_symbol (valu, string, desc, type, objfile)
}
/* Is there more to parse? For example LRS/alias information? */
while (*p && (*p == ';' || *p == ','))
while (*p && *p == ';')
{
p++;
if (*p && *p == 'l')