summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorakupries@shaw.ca <andreas_kupries>2002-06-14 22:01:35 (GMT)
committerakupries@shaw.ca <andreas_kupries>2002-06-14 22:01:35 (GMT)
commit254646b8424b5b61612568b86063af9e05d94bbc (patch)
tree24f2048deff5c81563dd1163bc93fdf6549c1570 /unix
parentf10aaaadf8e5ce1b1121d64d8006d9e5be6d7fa9 (diff)
downloadtk-254646b8424b5b61612568b86063af9e05d94bbc.zip
tk-254646b8424b5b61612568b86063af9e05d94bbc.tar.gz
tk-254646b8424b5b61612568b86063af9e05d94bbc.tar.bz2
* unix/tkAppInit.c: Removed now unneeded and erroneous reference
to 'matherr'. See Tcl ChangeLog entry 2002-05-31 Don Porter.
Diffstat (limited to 'unix')
-rw-r--r--unix/tkAppInit.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/unix/tkAppInit.c b/unix/tkAppInit.c
index 4290f2b..395a39d 100644
--- a/unix/tkAppInit.c
+++ b/unix/tkAppInit.c
@@ -10,20 +10,12 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkAppInit.c,v 1.5 1999/12/02 02:05:39 redman Exp $
+ * RCS: @(#) $Id: tkAppInit.c,v 1.6 2002/06/14 22:01:37 andreas_kupries Exp $
*/
#include "tk.h"
#include "locale.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;
-
#ifdef TK_TEST
extern int Tcltest_Init _ANSI_ARGS_((Tcl_Interp *interp));
extern int Tktest_Init _ANSI_ARGS_((Tcl_Interp *interp));