summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/rcs/ident/ident.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1995-10-29 22:06:48 +0000
committerpeter <peter@FreeBSD.org>1995-10-29 22:06:48 +0000
commit98564182f4461173ed90b170718fdd4332a839c3 (patch)
treecd6932392d726a800f9d98854ed5702fad3a8af1 /gnu/usr.bin/rcs/ident/ident.c
parent9e5e91cf157c1e6703bfeb4bd6dc376699919c8b (diff)
downloadFreeBSD-src-98564182f4461173ed90b170718fdd4332a839c3.zip
FreeBSD-src-98564182f4461173ed90b170718fdd4332a839c3.tar.gz
Remove the $ Log: ... $ lines from the comments in the files that had
them. Good greif! This was causing an unimaginable amount of brain-damage! The mere fact that I griped about $ Log $ in a previous commit (misspelled deliberately here) meant that the blasted thing was being expanded from the middle of the log entry as well as the beginning, and using " * All these" as the comment leader.. AARGH!!!! We *really* need to prevent these from being expanded! (or remove the magic identifier from the source).
Diffstat (limited to 'gnu/usr.bin/rcs/ident/ident.c')
-rw-r--r--gnu/usr.bin/rcs/ident/ident.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/usr.bin/rcs/ident/ident.c b/gnu/usr.bin/rcs/ident/ident.c
index 2d45530..2d50e77 100644
--- a/gnu/usr.bin/rcs/ident/ident.c
+++ b/gnu/usr.bin/rcs/ident/ident.c
@@ -28,7 +28,6 @@ Report problems and direct all questions to:
*/
/*
- * $Log: ident.c,v $
* Revision 5.9 1995/06/16 06:19:24 eggert
* Update FSF address.
*
@@ -103,7 +102,7 @@ static int match P((FILE*));
static int scanfile P((FILE*,char const*,int));
static void reportError P((char const*));
-mainProg(identId, "ident", "$Id: ident.c,v 5.9 1995/06/16 06:19:24 eggert Exp $")
+mainProg(identId, "ident", "$Id: ident.c,v 1.3 1995/10/28 21:49:19 peter Exp $")
/* Ident searches the named files for all occurrences
* of the pattern $@: text $ where @ is a keyword.
*/
OpenPOWER on IntegriCloud