From 51d18971aabe6812540c7f9220ef39ec630ac6ba Mon Sep 17 00:00:00 2001 From: nijtmans Date: Sun, 28 Feb 2010 09:05:55 +0000 Subject: Fix Bug #2959713: Link error with gcc 4.1 --- ChangeLog | 4 ++++ generic/tclStubInit.c | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 98c8360..26a2a31 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-02-28 Jan Nijtmans + + * generic/tclStubInit.c Fix Bug #2959713: Link error with gcc 4.1 + 2010-02-27 Donal K. Fellows * generic/tclCmdMZ.c (StringFirstCmd, StringLastCmd): [Bug 2960021]: diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c index 8f651ef..d4dfdbe 100644 --- a/generic/tclStubInit.c +++ b/generic/tclStubInit.c @@ -8,7 +8,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclStubInit.c,v 1.187 2010/02/15 22:56:20 nijtmans Exp $ + * RCS: @(#) $Id: tclStubInit.c,v 1.188 2010/02/28 09:05:56 nijtmans Exp $ */ #include "tclInt.h" @@ -42,6 +42,7 @@ */ MODULE_SCOPE const TclStubs tclStubs; +MODULE_SCOPE const TclTomMathStubs tclTomMathStubs; /* !BEGIN!: Do not edit below this line. */ -- cgit v0.12