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/sym.c | |
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/sym.c')
-rw-r--r-- | usr.bin/lex/sym.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/lex/sym.c b/usr.bin/lex/sym.c index f287e90..ac1c4b2 100644 --- a/usr.bin/lex/sym.c +++ b/usr.bin/lex/sym.c @@ -26,6 +26,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ +/* $Header: /home/daffy/u0/vern/flex/RCS/sym.c,v 2.19 95/03/04 16:11:04 vern Exp $ */ /* $FreeBSD$ */ #include "flexdef.h" |