X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=config%2Flexer.l;h=2ee9f31f9ccf6317c5134613b2bd6f2cbdb8c468;hb=10025e09b5791ae38abd39cee3a843f89678d562;hp=76ab3db3c8977bf3cfa9bbc27014c30096e34bc0;hpb=5dd5656ad13971eaacb1bb20ee12042c28dfd36f;p=carl9170fw.git diff --git a/config/lexer.l b/config/lexer.l index 76ab3db..2ee9f31 100644 --- a/config/lexer.l +++ b/config/lexer.l @@ -12,7 +12,6 @@ #include #include #include -#include #include "lkc.h" #include "parser.tab.h" @@ -36,7 +35,7 @@ struct buffer { YY_BUFFER_STATE state; }; -struct buffer *current_buf; +static struct buffer *current_buf; static int last_ts, first_ts;