public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
From: Keith Seitz <keiths@redhat.com>
To: Christopher Faylor <cgf@redhat.com>
Cc: insight@sources.redhat.com
Subject: Re: [PATCH] Fix compilation problem
Date: Sun, 06 Oct 2002 12:55:00 -0000	[thread overview]
Message-ID: <Pine.LNX.4.44.0210061258010.1738-100000@valrhona.uglyboxes.com> (raw)
In-Reply-To: <20021006004346.GA11690@redhat.com>

On Sat, 5 Oct 2002, Christopher Faylor wrote:

> I'm not sure how this one has survived for so long but it fails
> on GCC 3.2.

Because I keep forgetting to check it in? :-)

> Ok to apply?

Please do. Thanks.

Keith

> 2002-10-05  Christopher Faylor  <cgf@redhat.com>
> 
> 	* win/tclWin32Dll.c (tclWinTCharEncoding): Remove 'static' since it is
> 	declared in header as exportable extern.
> 
> Index: win/tclWin32Dll.c
> ===================================================================
> RCS file: /cvs/uberbaum/tcl/win/tclWin32Dll.c,v
> retrieving revision 1.6
> diff -u -p -r1.6 tclWin32Dll.c
> --- win/tclWin32Dll.c	24 Sep 2002 18:37:11 -0000	1.6
> +++ win/tclWin32Dll.c	6 Oct 2002 00:41:07 -0000
> @@ -118,7 +118,7 @@ static TclWinProcs unicodeProcs = {
>  };
>  
>  TclWinProcs *tclWinProcs;
> -static Tcl_Encoding tclWinTCharEncoding;
> +Tcl_Encoding tclWinTCharEncoding;
>  
>  /*
>   * The following declaration is for the VC++ DLL entry point.
> 

      reply	other threads:[~2002-10-06 19:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-05 17:42 Christopher Faylor
2002-10-06 12:55 ` Keith Seitz [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.44.0210061258010.1738-100000@valrhona.uglyboxes.com \
    --to=keiths@redhat.com \
    --cc=cgf@redhat.com \
    --cc=insight@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).