X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=config%2Fzconf.l;h=54058e07a375e4796054b6e90f2b58638ca055ff;hb=ff852f61afad613d8f4f15cddabcc577dda868e0;hp=04ee4431c3fe9d7868b0cdc104eb04bf38cad77d;hpb=004920cbe03647bf2b88a2e8bd37f83c878d9e8c;p=carl9170fw.git diff --git a/config/zconf.l b/config/zconf.l index 04ee443..54058e0 100644 --- a/config/zconf.l +++ b/config/zconf.l @@ -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_] %%