From: Thomas Roessler Date: Thu, 15 Oct 1998 20:33:03 +0000 (+0000) Subject: Change "static char rcsid[]" to "static const char rcsid[]" to make X-Git-Tag: mutt-0-94-13-rel X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cce6759cb236bc272e4684073ffa4e8f3efb59c4;p=mutt Change "static char rcsid[]" to "static const char rcsid[]" to make gcc shut up about this. --- diff --git a/ChangeLog b/ChangeLog index e8233e98..6780ed0f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,9 @@ -Thu Oct 15 19:45:50 1998 Thomas Roessler +Thu Oct 15 20:15:46 1998 Thomas Roessler + + * rx/Makefile.in, po/Attic/stamp-cat-id, po/ru.po, + po/Attic/mutt.pot, po/de.po, po/Attic/cat-id-tbl.c, + reldate.h, configure.in, configure, config.h.in, + Attic/Makefile.in, ChangeLog: Random pre-release clean-up. * po/mutt.pot, doc/manual.sgml.in, pattern.c, mutt.h: This patch introduces the ~k pattern for messages containing pgp key diff --git a/addrbook.c b/addrbook.c index 885d3f1e..790d836e 100644 --- a/addrbook.c +++ b/addrbook.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* * Copyright (C) 1996-8 Michael R. Elkins * diff --git a/alias.c b/alias.c index 772a3590..13786ffa 100644 --- a/alias.c +++ b/alias.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* * Copyright (C) 1996-8 Michael R. Elkins * diff --git a/attach.c b/attach.c index 43d64b5a..b3b19f33 100644 --- a/attach.c +++ b/attach.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* * Copyright (C) 1996-8 Michael R. Elkins * diff --git a/browser.c b/browser.c index 193064a6..a15bc3f7 100644 --- a/browser.c +++ b/browser.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* * Copyright (C) 1996-8 Michael R. Elkins * diff --git a/buffy.c b/buffy.c index 512d70b0..e1097fa2 100644 --- a/buffy.c +++ b/buffy.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* * Copyright (C) 1996-8 Michael R. Elkins * diff --git a/charset.c b/charset.c index 3628a6bc..ed094bc8 100644 --- a/charset.c +++ b/charset.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* * Copyright (C) 1998 Ruslan Ermilov , * Thomas Roessler diff --git a/charsets/parse_i18n.c b/charsets/parse_i18n.c index 5e8077e7..ab0be94d 100644 --- a/charsets/parse_i18n.c +++ b/charsets/parse_i18n.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* * Copyright (C) 1998 Thomas Roessler * diff --git a/color.c b/color.c index 8b57f043..8aa7596e 100644 --- a/color.c +++ b/color.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* * Copyright (C) 1996-8 Michael R. Elkins * diff --git a/commands.c b/commands.c index 77a2c7a5..8e70c416 100644 --- a/commands.c +++ b/commands.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* * Copyright (C) 1996-8 Michael R. Elkins * diff --git a/complete.c b/complete.c index 68be98c2..3cd63d41 100644 --- a/complete.c +++ b/complete.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* * Copyright (C) 1996-8 Michael R. Elkins * diff --git a/compose.c b/compose.c index db8be3c7..03b95f3d 100644 --- a/compose.c +++ b/compose.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* * Copyright (C) 1996-8 Michael R. Elkins * diff --git a/copy.c b/copy.c index 9a9d31e7..5f55fa3a 100644 --- a/copy.c +++ b/copy.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* * Copyright (C) 1996-8 Michael R. Elkins * diff --git a/curs_lib.c b/curs_lib.c index 5b41a117..bcf0a2a7 100644 --- a/curs_lib.c +++ b/curs_lib.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* * Copyright (C) 1996-8 Michael R. Elkins * diff --git a/curs_main.c b/curs_main.c index 77e67c2c..ea210992 100644 --- a/curs_main.c +++ b/curs_main.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* * Copyright (C) 1996-8 Michael R. Elkins * diff --git a/date.c b/date.c index 75d9af1e..a15908a2 100644 --- a/date.c +++ b/date.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* * Copyright (C) 1996-8 Michael R. Elkins * diff --git a/dotlock.c b/dotlock.c index 1d1c485f..3b70004f 100644 --- a/dotlock.c +++ b/dotlock.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* * Copyright (C) 1996-8 Michael R. Elkins * Copyright (C) 1998 Thomas Roessler diff --git a/edit.c b/edit.c index 5dccc789..3fe95224 100644 --- a/edit.c +++ b/edit.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* * Copyright (C) 1996-8 Michael R. Elkins * diff --git a/enter.c b/enter.c index 32aa465d..f598a0b7 100644 --- a/enter.c +++ b/enter.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* * Copyright (C) 1996-8 Michael R. Elkins * diff --git a/filter.c b/filter.c index 788134a9..85dfa311 100644 --- a/filter.c +++ b/filter.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* * Copyright (C) 1996-8 Michael R. Elkins. * diff --git a/flags.c b/flags.c index 6f1683b2..cd596b39 100644 --- a/flags.c +++ b/flags.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* * Copyright (C) 1996-8 Michael R. Elkins * diff --git a/from.c b/from.c index 3e87c377..3a7ef6c6 100644 --- a/from.c +++ b/from.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* * Copyright (C) 1996-8 Michael R. Elkins * diff --git a/getdomain.c b/getdomain.c index 405dab7b..6d19bf94 100644 --- a/getdomain.c +++ b/getdomain.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; #include #include #include diff --git a/gnupgparse.c b/gnupgparse.c index dfe12217..5d7ed814 100644 --- a/gnupgparse.c +++ b/gnupgparse.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* * Copyright (C) 1998 Werner Koch * diff --git a/handler.c b/handler.c index 84475b9d..80da7bc9 100644 --- a/handler.c +++ b/handler.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* * Copyright (C) 1996-8 Michael R. Elkins * diff --git a/hash.c b/hash.c index 9d7493ed..a52570d9 100644 --- a/hash.c +++ b/hash.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* * Copyright (C) 1996-8 Michael R. Elkins * diff --git a/hdrline.c b/hdrline.c index 094a20dc..ed577baa 100644 --- a/hdrline.c +++ b/hdrline.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* * Copyright (C) 1996-8 Michael R. Elkins * diff --git a/headers.c b/headers.c index e92ba340..24347841 100644 --- a/headers.c +++ b/headers.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* * Copyright (C) 1996-8 Michael R. Elkins * diff --git a/help.c b/help.c index c3d19fbb..fbdd8dc8 100644 --- a/help.c +++ b/help.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* * Copyright (C) 1996-8 Michael R. Elkins * diff --git a/history.c b/history.c index 17d886f1..a01cf48c 100644 --- a/history.c +++ b/history.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* * Copyright (C) 1996-8 Michael R. Elkins * diff --git a/hook.c b/hook.c index 379ceb60..4df4da96 100644 --- a/hook.c +++ b/hook.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* * Copyright (C) 1996-8 Michael R. Elkins * diff --git a/imap.c b/imap.c index 5e4514bb..3135bff4 100644 --- a/imap.c +++ b/imap.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* * Copyright (C) 1996-8 Michael R. Elkins * diff --git a/init.c b/init.c index c97e5aac..2ad615b4 100644 --- a/init.c +++ b/init.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* * Copyright (C) 1996-8 Michael R. Elkins * diff --git a/intl/bindtextdom.c b/intl/bindtextdom.c index 7ac69d74..ad7f08d4 100644 --- a/intl/bindtextdom.c +++ b/intl/bindtextdom.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* Implementation of the bindtextdomain(3) function Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. diff --git a/intl/cat-compat.c b/intl/cat-compat.c index dc9b4e83..f129f964 100644 --- a/intl/cat-compat.c +++ b/intl/cat-compat.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* Compatibility code for gettext-using-catgets interface. Copyright (C) 1995, 1997 Free Software Foundation, Inc. diff --git a/intl/dcgettext.c b/intl/dcgettext.c index 07304e33..303839f7 100644 --- a/intl/dcgettext.c +++ b/intl/dcgettext.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* Implementation of the dcgettext(3) function. Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. diff --git a/intl/dgettext.c b/intl/dgettext.c index b6ce6ea3..17471023 100644 --- a/intl/dgettext.c +++ b/intl/dgettext.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* Implementation of the dgettext(3) function Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. diff --git a/intl/explodename.c b/intl/explodename.c index 85d7fc1b..2aef6441 100644 --- a/intl/explodename.c +++ b/intl/explodename.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. Contributed by Ulrich Drepper , 1995. diff --git a/intl/finddomain.c b/intl/finddomain.c index 80cceecb..315591be 100644 --- a/intl/finddomain.c +++ b/intl/finddomain.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* Handle list of needed message catalogs Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. Written by Ulrich Drepper , 1995. diff --git a/intl/gettext.c b/intl/gettext.c index 13ff6858..d5125184 100644 --- a/intl/gettext.c +++ b/intl/gettext.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* Implementation of gettext(3) function. Copyright (C) 1995, 1997 Free Software Foundation, Inc. diff --git a/intl/intl-compat.c b/intl/intl-compat.c index def9f5ce..86a722ca 100644 --- a/intl/intl-compat.c +++ b/intl/intl-compat.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* intl-compat.c - Stub functions to call gettext functions from GNU gettext Library. Copyright (C) 1995 Software Foundation, Inc. diff --git a/intl/l10nflist.c b/intl/l10nflist.c index e3cfe5b0..02787a86 100644 --- a/intl/l10nflist.c +++ b/intl/l10nflist.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* Handle list of needed message catalogs Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. Contributed by Ulrich Drepper , 1995. diff --git a/intl/loadmsgcat.c b/intl/loadmsgcat.c index 3eb2e6a5..cc120fd7 100644 --- a/intl/loadmsgcat.c +++ b/intl/loadmsgcat.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* Load needed message catalogs. Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. diff --git a/intl/localealias.c b/intl/localealias.c index 4988598d..23324dc8 100644 --- a/intl/localealias.c +++ b/intl/localealias.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* Handle aliases for locale names. Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. Written by Ulrich Drepper , 1995. diff --git a/intl/textdomain.c b/intl/textdomain.c index 06f55133..44fa6834 100644 --- a/intl/textdomain.c +++ b/intl/textdomain.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* Implementation of the textdomain(3) function. Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. Written by Ulrich Drepper , 1995. diff --git a/keymap.c b/keymap.c index f905f620..74a0eb5d 100644 --- a/keymap.c +++ b/keymap.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* * Copyright (C) 1996-8 Michael R. Elkins * diff --git a/lib.c b/lib.c index f5c32a17..78495e13 100644 --- a/lib.c +++ b/lib.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* * Copyright (C) 1996-8 Michael R. Elkins * diff --git a/main.c b/main.c index a0041790..97ed84dc 100644 --- a/main.c +++ b/main.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* * Copyright (C) 1996-8 Michael R. Elkins * diff --git a/mbox.c b/mbox.c index f644e7aa..55504e87 100644 --- a/mbox.c +++ b/mbox.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* * Copyright (C) 1996-8 Michael R. Elkins * diff --git a/menu.c b/menu.c index 7f0de828..d724d5ce 100644 --- a/menu.c +++ b/menu.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* * Copyright (C) 1996-8 Michael R. Elkins * diff --git a/mh.c b/mh.c index c8b78435..50573d1a 100644 --- a/mh.c +++ b/mh.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* * Copyright (C) 1996-8 Michael R. Elkins * diff --git a/mx.c b/mx.c index 122bb675..f8b2c727 100644 --- a/mx.c +++ b/mx.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* * Copyright (C) 1996-8 Michael R. Elkins * diff --git a/pager.c b/pager.c index 3bb84367..0de52322 100644 --- a/pager.c +++ b/pager.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* * Copyright (C) 1996-8 Michael R. Elkins * diff --git a/parse.c b/parse.c index 64ed48ed..2e9994ac 100644 --- a/parse.c +++ b/parse.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* * Copyright (C) 1996-8 Michael R. Elkins * diff --git a/pattern.c b/pattern.c index 9b83b732..10d9a802 100644 --- a/pattern.c +++ b/pattern.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* * Copyright (C) 1996-8 Michael R. Elkins * diff --git a/pgp.c b/pgp.c index 92eebbda..2c5bba29 100644 --- a/pgp.c +++ b/pgp.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* * Copyright (C) 1996,1997 Michael R. Elkins * Copyright (c) 1998 Thomas Roessler diff --git a/pgpinvoke.c b/pgpinvoke.c index 240f423e..87b95a17 100644 --- a/pgpinvoke.c +++ b/pgpinvoke.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* * Copyright (C) 1997-1998 Thomas Roessler * diff --git a/pgpkey.c b/pgpkey.c index 73d40f38..40084150 100644 --- a/pgpkey.c +++ b/pgpkey.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* * Copyright (C) 1996,1997 Michael R. Elkins * Copyright (c) 1998 Thomas Roessler diff --git a/pgppubring.c b/pgppubring.c index bbc4f362..5d25fade 100644 --- a/pgppubring.c +++ b/pgppubring.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* * Copyright (C) 1997 Thomas Roessler * diff --git a/pop.c b/pop.c index 39081b4d..2473dce9 100644 --- a/pop.c +++ b/pop.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* * Copyright (C) 1996-8 Michael R. Elkins * diff --git a/postpone.c b/postpone.c index 02e18efd..2eae2d72 100644 --- a/postpone.c +++ b/postpone.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* * Copyright (C) 1996-8 Michael R. Elkins * diff --git a/query.c b/query.c index 6422f293..a606ff47 100644 --- a/query.c +++ b/query.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* * Copyright (C) 1996-8 Michael R. Elkins * diff --git a/recvattach.c b/recvattach.c index 6a92c987..25fdb403 100644 --- a/recvattach.c +++ b/recvattach.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* * Copyright (C) 1996-1998 Michael R. Elkins * diff --git a/resize.c b/resize.c index 319bcd09..04fac615 100644 --- a/resize.c +++ b/resize.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* * Copyright (C) 1996-8 Michael R. Elkins * diff --git a/rfc1524.c b/rfc1524.c index 6d215aed..5636549d 100644 --- a/rfc1524.c +++ b/rfc1524.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* * Copyright (C) 1996-8 Michael R. Elkins * diff --git a/rfc2047.c b/rfc2047.c index f6d45fd9..5a21399c 100644 --- a/rfc2047.c +++ b/rfc2047.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* * Copyright (C) 1996-8 Michael R. Elkins * diff --git a/rfc822.c b/rfc822.c index 649d5417..c8dd104e 100644 --- a/rfc822.c +++ b/rfc822.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* * Copyright (C) 1996-8 Michael R. Elkins * diff --git a/rx/hashrexp.c b/rx/hashrexp.c index 795bed09..937ef863 100644 --- a/rx/hashrexp.c +++ b/rx/hashrexp.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* Copyright (C) 1995, 1996 Tom Lord * * This program is free software; you can redistribute it and/or modify diff --git a/rx/rx.c b/rx/rx.c index aa214fb0..e3322cc1 100644 --- a/rx/rx.c +++ b/rx/rx.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* Copyright (C) 1995, 1996 Tom Lord * * This program is free software; you can redistribute it and/or modify diff --git a/rx/rxanal.c b/rx/rxanal.c index 13ff6ec0..93781e51 100644 --- a/rx/rxanal.c +++ b/rx/rxanal.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* Copyright (C) 1995, 1996 Tom Lord * * This program is free software; you can redistribute it and/or modify diff --git a/rx/rxbasic.c b/rx/rxbasic.c index aef70736..1f90f3e5 100644 --- a/rx/rxbasic.c +++ b/rx/rxbasic.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* Copyright (C) 1995, 1996 Tom Lord * * This program is free software; you can redistribute it and/or modify diff --git a/rx/rxbitset.c b/rx/rxbitset.c index 22e5054d..60f8e44c 100644 --- a/rx/rxbitset.c +++ b/rx/rxbitset.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* Copyright (C) 1995, 1996 Tom Lord * * This program is free software; you can redistribute it and/or modify diff --git a/rx/rxcset.c b/rx/rxcset.c index db9d0af2..9751afa7 100644 --- a/rx/rxcset.c +++ b/rx/rxcset.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* Copyright (C) 1995, 1996 Tom Lord * * This program is free software; you can redistribute it and/or modify diff --git a/rx/rxgnucomp.c b/rx/rxgnucomp.c index db70ef58..9025b411 100644 --- a/rx/rxgnucomp.c +++ b/rx/rxgnucomp.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify diff --git a/rx/rxhash.c b/rx/rxhash.c index c30eff61..ce0c8bea 100644 --- a/rx/rxhash.c +++ b/rx/rxhash.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* Copyright (C) 1995, 1996 Tom Lord * * This program is free software; you can redistribute it and/or modify diff --git a/rx/rxnfa.c b/rx/rxnfa.c index c3e62129..f0c3caeb 100644 --- a/rx/rxnfa.c +++ b/rx/rxnfa.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* Copyright (C) 1995, 1996 Tom Lord * * This program is free software; you can redistribute it and/or modify diff --git a/rx/rxnode.c b/rx/rxnode.c index a6458c54..27200faf 100644 --- a/rx/rxnode.c +++ b/rx/rxnode.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* classes: src_files */ /* Copyright (C) 1995, 1996 Tom Lord diff --git a/rx/rxposix.c b/rx/rxposix.c index 3c755fb9..a07f930f 100644 --- a/rx/rxposix.c +++ b/rx/rxposix.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* Copyright (C) 1995, 1996 Tom Lord * * This program is free software; you can redistribute it and/or modify diff --git a/rx/rxsimp.c b/rx/rxsimp.c index e6036410..73a495fa 100644 --- a/rx/rxsimp.c +++ b/rx/rxsimp.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* Copyright (C) 1995, 1996 Tom Lord * * This program is free software; you can redistribute it and/or modify diff --git a/rx/rxspencer.c b/rx/rxspencer.c index 61185757..9b11b86f 100644 --- a/rx/rxspencer.c +++ b/rx/rxspencer.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* Copyright (C) 1995, 1996 Tom Lord * * This program is free software; you can redistribute it and/or modify diff --git a/rx/rxstr.c b/rx/rxstr.c index f7b2e9aa..29f788cc 100644 --- a/rx/rxstr.c +++ b/rx/rxstr.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* Copyright (C) 1995, 1996 Tom Lord * * This program is free software; you can redistribute it and/or modify diff --git a/rx/rxsuper.c b/rx/rxsuper.c index 25e357e0..f34398f8 100644 --- a/rx/rxsuper.c +++ b/rx/rxsuper.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* Copyright (C) 1995, 1996 Tom Lord diff --git a/rx/rxunfa.c b/rx/rxunfa.c index 937c9e84..fd2a1c05 100644 --- a/rx/rxunfa.c +++ b/rx/rxunfa.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* classes: src_files */ /* Copyright (C) 1995, 1996 Tom Lord diff --git a/score.c b/score.c index 62a41b3e..642fb3eb 100644 --- a/score.c +++ b/score.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* * Copyright (C) 1996-8 Michael R. Elkins * diff --git a/send.c b/send.c index 943621e5..ca6d9304 100644 --- a/send.c +++ b/send.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* * Copyright (C) 1996-8 Michael R. Elkins * diff --git a/sendlib.c b/sendlib.c index c76ec217..e4401bcc 100644 --- a/sendlib.c +++ b/sendlib.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* * Copyright (C) 1996-8 Michael R. Elkins * diff --git a/sha1dgst.c b/sha1dgst.c index 3b5454a5..c9115b90 100644 --- a/sha1dgst.c +++ b/sha1dgst.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* crypto/sha/sha1dgst.c */ /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) * All rights reserved. diff --git a/signal.c b/signal.c index 6fd0ae57..f7f1929a 100644 --- a/signal.c +++ b/signal.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* * Copyright (C) 1996-8 Michael R. Elkins * diff --git a/snprintf.c b/snprintf.c index f85dcb21..4b9ef9d8 100644 --- a/snprintf.c +++ b/snprintf.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /************************************************************** * Original: * Patrick Powell Tue Apr 11 09:48:21 PDT 1995 diff --git a/socket.c b/socket.c index 66dedc02..06be158d 100644 --- a/socket.c +++ b/socket.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* * Copyright (C) 1998 Michael R. Elkins * diff --git a/sort.c b/sort.c index 23ca96ec..5e89f856 100644 --- a/sort.c +++ b/sort.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* * Copyright (C) 1996-8 Michael R. Elkins * diff --git a/status.c b/status.c index 7ea57ea7..beffbc96 100644 --- a/status.c +++ b/status.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* * Copyright (C) 1996-8 Michael R. Elkins * diff --git a/strcasecmp.c b/strcasecmp.c index 7b5da9c9..1a92bc36 100644 --- a/strcasecmp.c +++ b/strcasecmp.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; #include #include diff --git a/system.c b/system.c index 678b3685..362db575 100644 --- a/system.c +++ b/system.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* * Copyright (C) 1996-8 Michael R. Elkins * diff --git a/thread.c b/thread.c index 4a4763de..da92cfc2 100644 --- a/thread.c +++ b/thread.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* * Copyright (C) 1996-8 Michael R. Elkins *