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

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

version 1.12, 2022/03/29 21:15:15 version 1.15, 2022/04/03 13:52:00
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 *);
Line 440  config_load(struct blind *temp)
Line 440  config_load(struct blind *temp)
                 return (-1);                  return (-1);
         }          }
   
         yyparse();                  yyparse();
   
         // setup          // setup
   

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

https://cvs.kroczynski.net