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

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

version 1.5, 2002/02/16 21:27:47 version 1.6, 2003/07/28 20:38:31
Line 9 
Line 9 
 int yywrap(void);  int yywrap(void);
   
 int  int
 yywrap()  yywrap(void)
         {  {
         return 1;          return 1;
         }  }

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