=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/lex/libyywrap.c,v retrieving revision 1.5 retrieving revision 1.6 diff -c -r1.5 -r1.6 *** src/usr.bin/lex/libyywrap.c 2002/02/16 21:27:47 1.5 --- src/usr.bin/lex/libyywrap.c 2003/07/28 20:38:31 1.6 *************** *** 1,15 **** ! /* $OpenBSD: libyywrap.c,v 1.5 2002/02/16 21:27:47 millert Exp $ */ /* libyywrap - flex run-time support library "yywrap" function */ ! /* $Header: /cvsrepo/anoncvs/cvs/src/usr.bin/lex/libyywrap.c,v 1.5 2002/02/16 21:27:47 millert Exp $ */ #include int yywrap(void); int ! yywrap() ! { return 1; ! } --- 1,15 ---- ! /* $OpenBSD: libyywrap.c,v 1.6 2003/07/28 20:38:31 deraadt Exp $ */ /* libyywrap - flex run-time support library "yywrap" function */ ! /* $Header: /cvsrepo/anoncvs/cvs/src/usr.bin/lex/libyywrap.c,v 1.6 2003/07/28 20:38:31 deraadt Exp $ */ #include int yywrap(void); int ! yywrap(void) ! { return 1; ! }