[BACK]Return to scan.l CVS log [TXT][DIR] Up to [local] / src / usr.bin / bc

Diff for /src/usr.bin/bc/scan.l between version 1.19 and 1.20

version 1.19, 2005/12/03 18:23:47 version 1.20, 2006/01/24 19:38:44
Line 265 
Line 265 
                 free(cmdexpr);                  free(cmdexpr);
                 state++;                  state++;
         }          }
           if (yyin != NULL && yyin != stdin)
                   fclose(yyin);
         if (fileindex < sargc) {          if (fileindex < sargc) {
                 filename = sargv[fileindex++];                  filename = sargv[fileindex++];
                 yyin = fopen(filename, "r");                  yyin = fopen(filename, "r");

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20