diff options
author | obrien <obrien@FreeBSD.org> | 1999-10-27 07:56:49 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-10-27 07:56:49 +0000 |
commit | 8d7c2de91b8250a53fa90b612c367ee28dc06e57 (patch) | |
tree | 8258e232af6cde731269d712195e759d75af64da /usr.bin/lex/scan.l | |
parent | 67209e7ee09458d02ff87bf8559f3ebc2580e686 (diff) | |
download | FreeBSD-src-8d7c2de91b8250a53fa90b612c367ee28dc06e57.zip FreeBSD-src-8d7c2de91b8250a53fa90b612c367ee28dc06e57.tar.gz |
After a proper import we now have both the original RCS tags + our own.
(also now clearer in ``cvs log'' that we are at version 2.5.4)
Diffstat (limited to 'usr.bin/lex/scan.l')
-rw-r--r-- | usr.bin/lex/scan.l | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/lex/scan.l b/usr.bin/lex/scan.l index c13c6f7..cee8a16 100644 --- a/usr.bin/lex/scan.l +++ b/usr.bin/lex/scan.l @@ -27,6 +27,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ +/* $Header: /home/daffy/u0/vern/flex/RCS/scan.l,v 2.56 95/04/24 12:17:19 vern Exp $ */ /* $FreeBSD$ */ #include "flexdef.h" |