summaryrefslogtreecommitdiff
path: root/lang/tclX/files/patch-ag
blob: 0ec2f3b27e5e9954f36062a6a16382e1d95b465d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- ../tcl/unix/tclXAppInit.c.orig	Sat Feb 19 19:05:30 2005
+++ ../tcl/unix/tclXAppInit.c	Sat Feb 19 19:05:42 2005
@@ -19,15 +19,6 @@
 
 #include "tclExtend.h"
 
-/*
- * The following variable is a special hack that insures the tcl
- * version of matherr() is used when linking against shared libraries.
- * Even if matherr is not used on this system, there is a dummy version
- * in libtcl.
- */
-extern int matherr ();
-int (*tclDummyMathPtr)() = matherr;
-
 
 /*-----------------------------------------------------------------------------
  * main --