]> err.no Git - linux-2.6/blobdiff - scripts/kconfig/lex.zconf.c_shipped
Merge branch 'avr32-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemo...
[linux-2.6] / scripts / kconfig / lex.zconf.c_shipped
index a065d5a57c01c131694d6da73ce5591063b34e9b..bed0f4e2d2f7e6632518c8577d39afd74462afdc 100644 (file)
@@ -1275,6 +1275,11 @@ YY_RULE_SETUP
 case 32:
 YY_RULE_SETUP
 {
+               while (zconfleng) {
+                       if ((zconftext[zconfleng-1] != ' ') && (zconftext[zconfleng-1] != '\t'))
+                               break;
+                       zconfleng--;
+               }
                append_string(zconftext, zconfleng);
                if (!first_ts)
                        first_ts = last_ts;