=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/lex/tblcmp.c,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** src/usr.bin/lex/tblcmp.c 1995/10/18 08:45:32 1.1 --- src/usr.bin/lex/tblcmp.c 1996/06/26 05:35:43 1.2 *************** *** 1,3 **** --- 1,5 ---- + /* $OpenBSD: tblcmp.c,v 1.2 1996/06/26 05:35:43 deraadt Exp $ */ + /* tblcmp - table compression routines */ /*- *************** *** 26,32 **** * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ ! /* $Header: /cvsrepo/anoncvs/cvs/src/usr.bin/lex/tblcmp.c,v 1.1 1995/10/18 08:45:32 deraadt Exp $ */ #include "flexdef.h" --- 28,34 ---- * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ ! /* $Header: /cvsrepo/anoncvs/cvs/src/usr.bin/lex/tblcmp.c,v 1.2 1996/06/26 05:35:43 deraadt Exp $ */ #include "flexdef.h"