View | Details | Raw Unified
Collapse All | Expand All

(-) lex.c (-1 / +1 lines)
 Lines 107-113   int Link Here 
yylex()
yylex()
{
{
    char *p = line + linelim;
    char *p = line + linelim;
    int ret;
    int ret = 0;
    static int isfunc = 0;
    static int isfunc = 0;
    static bool isgoto = 0;
    static bool isgoto = 0;
    static bool colstate = 0;
    static bool colstate = 0;