aaa lickser.c

This commit is contained in:
e.gavrin 2014-07-17 11:54:31 +04:00
parent a61d31e9bf
commit 080fb4aa5a

View File

@ -312,7 +312,7 @@ parse_name (void)
{
c = LA (0);
if (c == '\0')
c = c;
break;
if (!__isalpha (c) && !__isdigit (c) && c != '$' && c != '_')
break;
if (every_char_islower && (!__islower (c)))