summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-02-28 09:05:55 (GMT)
committernijtmans <nijtmans>2010-02-28 09:05:55 (GMT)
commit51d18971aabe6812540c7f9220ef39ec630ac6ba (patch)
tree3610e5ac65a620f52a024da80ec34773ffc60ff6
parentfbada465b441596587db58a5972e6acc516208f2 (diff)
downloadtcl-51d18971aabe6812540c7f9220ef39ec630ac6ba.zip
tcl-51d18971aabe6812540c7f9220ef39ec630ac6ba.tar.gz
tcl-51d18971aabe6812540c7f9220ef39ec630ac6ba.tar.bz2
Fix Bug #2959713: Link error with gcc 4.1
-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. */