diff options
| author | John Polstra <jdp@FreeBSD.org> | 1997-07-11 02:08:56 +0000 |
|---|---|---|
| committer | John Polstra <jdp@FreeBSD.org> | 1997-07-11 02:08:56 +0000 |
| commit | 2d27920ebb1ee24388b206a099e01660dd1fe20d (patch) | |
| tree | 58d3780ba0b87dab47f90c99a1040c85a4bf3747 /usr.bin/global | |
| parent | 5ee8126ec8810e806edf28b94867cb6229818237 (diff) | |
Notes
Diffstat (limited to 'usr.bin/global')
| -rw-r--r-- | usr.bin/global/gctags/ctags.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/global/gctags/ctags.c b/usr.bin/global/gctags/ctags.c index 4bf8305b1c60..fb691058b9a8 100644 --- a/usr.bin/global/gctags/ctags.c +++ b/usr.bin/global/gctags/ctags.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)ctags.c 8.3 (Berkeley) 4/2/94"; #endif static const char rcsid[] = - "$Id$"; + "$Id: ctags.c,v 1.3 1997/07/10 06:43:40 charnier Exp $"; #endif /* LIBC_SCCS and not lint */ #include <err.h> @@ -108,9 +108,6 @@ main(argc, argv) extern char *optarg; extern int optind; -#ifndef lint - copyright[0] = copyright[0]; /* to satisfy compiler */ -#endif aflag = uflag = NO; #ifdef GTAGS while ((ch = getopt(argc, argv, "BDFadef:rtuwvxy")) != -1) |
