OSDN Git Service

Kill RCSid strings.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 27 Sep 1999 17:36:14 +0000 (17:36 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 27 Sep 1999 17:36:14 +0000 (17:36 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29678 138bc75d-0d04-0410-961f-82ee72b054a4

libio/dbz/dbzmain.c
libio/dbz/fake.c

index a393d64..f65e277 100644 (file)
 
 #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. */
index 05ee320..74f2ae6 100644 (file)
 #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 */