public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
From: Christopher Faylor <cgf@redhat.com>
To: insight@sources.redhat.com
Subject: [PATCH] Fix compilation problem
Date: Sat, 05 Oct 2002 17:42:00 -0000	[thread overview]
Message-ID: <20021006004346.GA11690@redhat.com> (raw)

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

Ok to apply?

cgf

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  0:42 UTC|newest]

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

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=20021006004346.GA11690@redhat.com \
    --to=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).