From: Jeff Law Date: Mon, 27 Sep 1999 17:36:14 +0000 (-0600) Subject: Kill RCSid strings. X-Git-Tag: prereleases/libstdc++-2.92~10344 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=40d0e0df0aaffe8e4659adab3eab2d0ad51af65b;p=thirdparty%2Fgcc.git Kill RCSid strings. From-SVN: r29678 --- diff --git a/libio/dbz/dbzmain.c b/libio/dbz/dbzmain.c index a393d6432bdd..f65e2778f790 100644 --- a/libio/dbz/dbzmain.c +++ b/libio/dbz/dbzmain.c @@ -18,10 +18,6 @@ #define STREQ(a, b) (*(a) == *(b) && strcmp((a), (b)) == 0) -#ifndef lint -static char RCSid[] = "$Header: /egcs/carton/cvsfiles/egcs/./libio/dbz/dbzmain.c,v 1.1.1.1 1997/08/21 22:58:23 jason Exp $"; -#endif - char *progname; char *inname = "(no file)"; /* filename for messages etc. */ diff --git a/libio/dbz/fake.c b/libio/dbz/fake.c index 05ee3200f93c..74f2ae682533 100644 --- a/libio/dbz/fake.c +++ b/libio/dbz/fake.c @@ -12,10 +12,6 @@ #define MAXSTR 500 /* For sizing strings -- DON'T use BUFSIZ! */ #define STREQ(a, b) (*(a) == *(b) && strcmp((a), (b)) == 0) -#ifndef lint -static char RCSid[] = "$Header: /egcs/carton/cvsfiles/egcs/libio/dbz/fake.c,v 1.1.1.1 1997/08/21 22:58:23 jason Exp $"; -#endif - int midonly = 0; /* just message ids, rest not realistic */ int tag = 0; /* tag lines with random digit for later use */ int expired = -1; /* percentage of lines to be expired */