mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
aaa lickser.c
This commit is contained in:
parent
a61d31e9bf
commit
080fb4aa5a
@ -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)))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user