]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Kill RCSid strings.
authorJeff Law <law@gcc.gnu.org>
Mon, 27 Sep 1999 17:36:14 +0000 (11:36 -0600)
committerJeff Law <law@gcc.gnu.org>
Mon, 27 Sep 1999 17:36:14 +0000 (11:36 -0600)
From-SVN: r29678

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

index a393d6432bdde869fa35d86db7b5855cf4991853..f65e2778f790fd99a271b52de9e12b2812759528 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 05ee3200f93c6d9b0d7d74dda3fe6069abb00ac6..74f2ae682533ac0717a5e35367bfb5ea320840a7 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 */