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

Diff for /src/usr.bin/lex/scanopt.c between version 1.5 and 1.6

version 1.5, 2015/12/11 00:08:43 version 1.6, 2017/05/31 07:20:26
Line 857 
Line 857 
 }  }
   
   
 int     scanopt_destroy (svoid)  void     scanopt_destroy (svoid)
      scanopt_t *svoid;       scanopt_t *svoid;
 {  {
         struct _scanopt_t *s;          struct _scanopt_t *s;
Line 867 
Line 867 
                 free(s->aux);                  free(s->aux);
                 free (s);                  free (s);
         }          }
         return 0;  
 }  }

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