[BACK]Return to flex.skl CVS log [TXT][DIR] Up to [local] / src / usr.bin / lex

Diff for /src/usr.bin/lex/flex.skl between version 1.17 and 1.18

version 1.17, 2020/08/06 17:23:29 version 1.18, 2021/11/30 15:50:06
Line 1806 
Line 1806 
     M4_YY_DECL_GUTS_VAR(); /* This var may be unused depending upon options. */      M4_YY_DECL_GUTS_VAR(); /* This var may be unused depending upon options. */
 %% [17.0] code to find the next state, and perhaps do backing up, goes here  %% [17.0] code to find the next state, and perhaps do backing up, goes here
   
         M4_YY_NOOP_GUTS_VAR();      M4_YY_NOOP_GUTS_VAR();
         return yy_is_jam ? 0 : yy_current_state;          return yy_is_jam ? 0 : yy_current_state;
 }  }
   

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18