summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
diff options
context:
space:
mode:
authornijtmans <nijtmans@noemail.net>2010-02-28 09:05:55 (GMT)
committernijtmans <nijtmans@noemail.net>2010-02-28 09:05:55 (GMT)
commit7f819f05a893b1eddfb033bdd492754a8d8fc50d (patch)
tree3610e5ac65a620f52a024da80ec34773ffc60ff6 /generic/tclStubInit.c
parentac167218a189ec0095ce8249856237fc958e1fe3 (diff)
downloadtcl-7f819f05a893b1eddfb033bdd492754a8d8fc50d.zip
tcl-7f819f05a893b1eddfb033bdd492754a8d8fc50d.tar.gz
tcl-7f819f05a893b1eddfb033bdd492754a8d8fc50d.tar.bz2
Fix Bug #2959713: Link error with gcc 4.1
FossilOrigin-Name: 229f34c59f66db7d79fb57b3f0a5063c0743b755
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r--generic/tclStubInit.c3
1 files changed, 2 insertions, 1 deletions
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. */