diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-10-27 07:56:49 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-10-27 07:56:49 +0000 |
commit | 2db7675cc274e69d92b46539b8a48da8df045d52 (patch) | |
tree | 8258e232af6cde731269d712195e759d75af64da /usr.bin/lex/sym.c | |
parent | 4698d64d6968f25b0e726e217492dfd9d0d7d70a (diff) | |
download | src-2db7675cc274e69d92b46539b8a48da8df045d52.tar.gz src-2db7675cc274e69d92b46539b8a48da8df045d52.zip |
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)
Notes
Notes:
svn path=/head/; revision=52555
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 f287e906974a..ac1c4b256207 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" |