=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/lex/yylex.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- src/usr.bin/lex/yylex.c 1996/06/26 05:35:44 1.2 +++ src/usr.bin/lex/yylex.c 1996/07/13 22:22:15 1.3 @@ -1,4 +1,4 @@ -/* $OpenBSD: yylex.c,v 1.2 1996/06/26 05:35:44 deraadt Exp $ */ +/* $OpenBSD: yylex.c,v 1.3 1996/07/13 22:22:15 millert Exp $ */ /* yylex - scanner front-end for flex */ @@ -28,7 +28,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* $Header: /cvsrepo/anoncvs/cvs/src/usr.bin/lex/yylex.c,v 1.2 1996/06/26 05:35:44 deraadt Exp $ */ +/* $Header: /cvsrepo/anoncvs/cvs/src/usr.bin/lex/yylex.c,v 1.3 1996/07/13 22:22:15 millert Exp $ */ #include #include "flexdef.h"