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