]> git.sur5r.net Git - kconfig-frontends/blobdiff - libs/parser/lconf.l
Synchronise with v3.16
[kconfig-frontends] / libs / parser / lconf.l
index 6555a475453b882d2970c7ae4b16b5c4eb3286cf..6c62d93b4ffbd018807993788fb78848d176d67d 100644 (file)
@@ -27,8 +27,8 @@ static char *text;
 static int text_size, text_asize;
 
 struct buffer {
-        struct buffer *parent;
-        YY_BUFFER_STATE state;
+       struct buffer *parent;
+       YY_BUFFER_STATE state;
 };
 
 struct buffer *current_buf;
@@ -68,7 +68,6 @@ static void alloc_string(const char *str, int size)
 }
 %}
 
-ws     [ \n\t]
 n      [A-Za-z0-9_]
 
 %%