summaryrefslogtreecommitdiff
path: root/x11-toolkits/tix/files/patch-af
blob: c72933c2773e9ee9de366f5692dfbf89afd684df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- tixAppInit.c.orig	Sat Feb 19 18:28:15 2005
+++ tixAppInit.c	Sat Feb 19 18:28:23 2005
@@ -22,13 +22,6 @@
 #include "itk.h"
 #include <tix.h>
 
-/*
- * The following variable is a special hack that is needed in order for
- * Sun shared libraries to be used for Tcl.
- */
-
-extern int matherr();
-int *tclDummyMathPtr = (int *) matherr;
 
 /*
  *----------------------------------------------------------------------