diff options
Diffstat (limited to 'usr.bin/lex/yylex.c')
| -rw-r--r-- | usr.bin/lex/yylex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/lex/yylex.c b/usr.bin/lex/yylex.c index f01e92ad1afc..aee0492f58e5 100644 --- a/usr.bin/lex/yylex.c +++ b/usr.bin/lex/yylex.c @@ -28,7 +28,7 @@ #ifndef lint static char rcsid[] = - "@(#) $Header: /a/cvs/386BSD/src/usr.bin/lex/yylex.c,v 1.2 1993/06/29 03:27:21 nate Exp $ (LBL)"; + "@(#) $Header: /home/cvs/386BSD/src/usr.bin/lex/yylex.c,v 1.2 1993/06/29 03:27:21 nate Exp $ (LBL)"; #endif #include <ctype.h> |
