[BACK]Return to parse.y CVS log [TXT][DIR] Up to [local] / blind

Diff for /blind/parse.y between version 1.12 and 1.14

version 1.12, 2022/03/29 21:15:15 version 1.14, 2022/03/29 22:16:46
Line 26 
Line 26 
 #include "log.h"  #include "log.h"
   
 static struct file {  static struct file {
         FILE                    *stream;          FILE                    *stream;
         char                    *name;          char                    *name;
         size_t                   ungetpos;          size_t                   ungetpos;
         size_t                   ungetsize;          size_t                   ungetsize;
         u_char                  *ungetbuf;          u_char                  *ungetbuf;
         int                      eof_reached;          int                      eof_reached;
         int                      lineno;          int                      lineno;
 } *f;  } *f;
   
 int             lookup(char *);  int             lookup(char *);

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.14

https://cvs.kroczynski.net