diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-03-26 19:47:42 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-03-26 19:47:42 +0000 |
commit | 5ca297f7f8d14f8cba604ff4c6a41bb4e87a8c22 (patch) | |
tree | f1a2fd9502d4b78b88ed3b1da86545c59c233087 /gnu/usr.bin/ld/cplus-dem.c | |
parent | bb5f0166732e81b44c3b6547b1d9ee5e5a6f4143 (diff) |
RCS id cleanup
Diffstat (limited to 'gnu/usr.bin/ld/cplus-dem.c')
-rw-r--r-- | gnu/usr.bin/ld/cplus-dem.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/ld/cplus-dem.c b/gnu/usr.bin/ld/cplus-dem.c index 8b858d469d5..32fb5376aac 100644 --- a/gnu/usr.bin/ld/cplus-dem.c +++ b/gnu/usr.bin/ld/cplus-dem.c @@ -1,3 +1,5 @@ +/* $OpenBSD: cplus-dem.c,v 1.2 1998/03/26 19:46:15 niklas Exp $ */ + /*- * This code is derived from software copyrighted by the Free Software * Foundation. @@ -5,7 +7,7 @@ #ifndef lint /*static char sccsid[] = "from: @(#)cplus-dem.c 5.4 (Berkeley) 4/30/91";*/ -static char rcsid[] = "$Id: cplus-dem.c,v 1.1 1995/10/18 08:40:55 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: cplus-dem.c,v 1.2 1998/03/26 19:46:15 niklas Exp $"; #endif /* not lint */ /* Demangler for GNU C++ |