diff options
Diffstat (limited to 'scripts/kconfig/lex.zconf.c_shipped')
-rw-r--r-- | scripts/kconfig/lex.zconf.c_shipped | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/kconfig/lex.zconf.c_shipped b/scripts/kconfig/lex.zconf.c_shipped index a065d5a57c01..bed0f4e2d2f7 100644 --- a/scripts/kconfig/lex.zconf.c_shipped +++ b/scripts/kconfig/lex.zconf.c_shipped | |||
@@ -1275,6 +1275,11 @@ YY_RULE_SETUP | |||
1275 | case 32: | 1275 | case 32: |
1276 | YY_RULE_SETUP | 1276 | YY_RULE_SETUP |
1277 | { | 1277 | { |
1278 | while (zconfleng) { | ||
1279 | if ((zconftext[zconfleng-1] != ' ') && (zconftext[zconfleng-1] != '\t')) | ||
1280 | break; | ||
1281 | zconfleng--; | ||
1282 | } | ||
1278 | append_string(zconftext, zconfleng); | 1283 | append_string(zconftext, zconfleng); |
1279 | if (!first_ts) | 1284 | if (!first_ts) |
1280 | first_ts = last_ts; | 1285 | first_ts = last_ts; |