[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.3 and 1.4

version 1.3, 1996/07/13 22:22:06 version 1.4, 1996/12/10 22:22:03
Line 8 
Line 8 
   
 int yywrap __P((void));  int yywrap __P((void));
   
 int yywrap()  int
   yywrap()
         {          {
         return 1;          return 1;
         }          }

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4