[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.4 and 1.5

version 1.4, 1996/12/10 22:22:03 version 1.5, 2002/02/16 21:27:47
Line 6 
Line 6 
   
 #include <sys/cdefs.h>  #include <sys/cdefs.h>
   
 int yywrap __P((void));  int yywrap(void);
   
 int  int
 yywrap()  yywrap()

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