[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.5 and 1.6

version 1.5, 1997/07/25 21:05:28 version 1.6, 2001/01/05 18:26:23
Line 12 
Line 12 
   
 %-  %-
 #include <stdio.h>  #include <stdio.h>
   #include <errno.h>
 %*  %*
   
   
Line 1199 
Line 1200 
 %*  %*
   
         {          {
           int oerrno = errno;
   
         yy_flush_buffer( b );          yy_flush_buffer( b );
   
         b->yy_input_file = file;          b->yy_input_file = file;
Line 1217 
Line 1220 
 %+  %+
         b->yy_is_interactive = 0;          b->yy_is_interactive = 0;
 %*  %*
           errno = oerrno;
         }          }
   
   

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6