=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/lex/libyywrap.c,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** src/usr.bin/lex/libyywrap.c 1996/07/13 22:22:06 1.3 --- src/usr.bin/lex/libyywrap.c 1996/12/10 22:22:03 1.4 *************** *** 1,14 **** ! /* $OpenBSD: libyywrap.c,v 1.3 1996/07/13 22:22:06 millert Exp $ */ /* libyywrap - flex run-time support library "yywrap" function */ ! /* $Header: /cvsrepo/anoncvs/cvs/src/usr.bin/lex/libyywrap.c,v 1.3 1996/07/13 22:22:06 millert Exp $ */ #include int yywrap __P((void)); ! int yywrap() { return 1; } --- 1,15 ---- ! /* $OpenBSD: libyywrap.c,v 1.4 1996/12/10 22:22:03 millert Exp $ */ /* libyywrap - flex run-time support library "yywrap" function */ ! /* $Header: /cvsrepo/anoncvs/cvs/src/usr.bin/lex/libyywrap.c,v 1.4 1996/12/10 22:22:03 millert Exp $ */ #include int yywrap __P((void)); ! int ! yywrap() { return 1; }