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

Diff for /src/usr.bin/lex/main.c between version 1.24 and 1.25

version 1.24, 2015/11/20 04:07:43 version 1.25, 2015/12/11 00:08:43
Line 387 
Line 387 
                 }                  }
                 if ((tablesout = fopen(tablesfilename, "w")) == NULL)                  if ((tablesout = fopen(tablesfilename, "w")) == NULL)
                         lerrsf(_("could not create %s"), tablesfilename);                          lerrsf(_("could not create %s"), tablesfilename);
                 if (pname)                  free(pname);
                         free(pname);  
                 tablesfilename = 0;                  tablesfilename = 0;
   
                 yytbl_writer_init(&tableswr, tablesout);                  yytbl_writer_init(&tableswr, tablesout);

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25