diff options
| -rw-r--r-- | scripts/genksyms/lex.l | 2 | ||||
| -rw-r--r-- | scripts/genksyms/lex.lex.c_shipped | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/genksyms/lex.l b/scripts/genksyms/lex.l index 5dc25ee01c77..d29c774f51b6 100644 --- a/scripts/genksyms/lex.l +++ b/scripts/genksyms/lex.l | |||
| @@ -292,7 +292,7 @@ repeat: | |||
| 292 | case ST_TYPEOF_1: | 292 | case ST_TYPEOF_1: |
| 293 | if (token == IDENT) | 293 | if (token == IDENT) |
| 294 | { | 294 | { |
| 295 | if (is_reserved_word(yytext, yyleng) | 295 | if (is_reserved_word(yytext, yyleng) >= 0 |
| 296 | || find_symbol(yytext, SYM_TYPEDEF, 1)) | 296 | || find_symbol(yytext, SYM_TYPEDEF, 1)) |
| 297 | { | 297 | { |
| 298 | yyless(0); | 298 | yyless(0); |
diff --git a/scripts/genksyms/lex.lex.c_shipped b/scripts/genksyms/lex.lex.c_shipped index d5a7474b3e57..ba2fda8dfdb2 100644 --- a/scripts/genksyms/lex.lex.c_shipped +++ b/scripts/genksyms/lex.lex.c_shipped | |||
| @@ -2101,7 +2101,7 @@ repeat: | |||
| 2101 | case ST_TYPEOF_1: | 2101 | case ST_TYPEOF_1: |
| 2102 | if (token == IDENT) | 2102 | if (token == IDENT) |
| 2103 | { | 2103 | { |
| 2104 | if (is_reserved_word(yytext, yyleng) | 2104 | if (is_reserved_word(yytext, yyleng) >= 0 |
| 2105 | || find_symbol(yytext, SYM_TYPEDEF, 1)) | 2105 | || find_symbol(yytext, SYM_TYPEDEF, 1)) |
| 2106 | { | 2106 | { |
| 2107 | yyless(0); | 2107 | yyless(0); |
