summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--generic/tclStubInit.c3
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 98c8360..26a2a31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-02-28 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * generic/tclStubInit.c Fix Bug #2959713: Link error with gcc 4.1
+
2010-02-27 Donal K. Fellows <dkf@users.sf.net>
* 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. */