diff options
Diffstat (limited to 'usr.bin/lex/scan.l')
-rw-r--r-- | usr.bin/lex/scan.l | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/lex/scan.l b/usr.bin/lex/scan.l index e3bbd2fdbb3..6f1721b1a10 100644 --- a/usr.bin/lex/scan.l +++ b/usr.bin/lex/scan.l @@ -1,4 +1,4 @@ -/* $OpenBSD: scan.l,v 1.2 1996/06/26 05:35:42 deraadt Exp $ */ +/* $OpenBSD: scan.l,v 1.3 1996/07/13 22:22:13 millert Exp $ */ /* scan.l - scanner for flex input */ @@ -29,7 +29,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* $Header: /cvs/OpenBSD/src/usr.bin/lex/scan.l,v 1.2 1996/06/26 05:35:42 deraadt Exp $ */ +/* $Header: /cvs/OpenBSD/src/usr.bin/lex/scan.l,v 1.3 1996/07/13 22:22:13 millert Exp $ */ #include "flexdef.h" #include "parse.h" |