diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-06-30 05:25:07 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-06-30 05:25:07 +0000 |
commit | e026a48c34d396fe7d0e382673a69bc047c0bfca (patch) | |
tree | 41763f513f184b022b2875b747c2d1e83d4ed74f /usr.bin/lex/yylex.c | |
parent | 37a6b453c4a040bb780d670e1374536b595f452b (diff) | |
download | src-e026a48c34d396fe7d0e382673a69bc047c0bfca.tar.gz src-e026a48c34d396fe7d0e382673a69bc047c0bfca.zip |
Consistently use FBSDID
Notes
Notes:
svn path=/head/; revision=99112
Diffstat (limited to 'usr.bin/lex/yylex.c')
-rw-r--r-- | usr.bin/lex/yylex.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/lex/yylex.c b/usr.bin/lex/yylex.c index 6c7ee3e7a565..e90c5d4fee0a 100644 --- a/usr.bin/lex/yylex.c +++ b/usr.bin/lex/yylex.c @@ -27,7 +27,8 @@ */ /* $Header: /home/daffy/u0/vern/flex/RCS/yylex.c,v 2.13 95/03/04 16:10:41 vern Exp $ */ -/* $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <ctype.h> #include "flexdef.h" |