From ad91e4c59c306ee78b3351f9c60fd3d39755f106 Mon Sep 17 00:00:00 2001 From: andreas_kupries Date: Fri, 14 Jun 2002 22:01:35 +0000 Subject: * unix/tkAppInit.c: Removed now unneeded and erroneous reference to 'matherr'. See Tcl ChangeLog entry 2002-05-31 Don Porter. --- ChangeLog | 5 +++++ unix/tkAppInit.c | 10 +--------- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7360811..3f078fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-06-14 Andreas Kupries + + * unix/tkAppInit.c: Removed now unneeded and erroneous reference + to 'matherr'. See Tcl ChangeLog entry 2002-05-31 Don Porter. + 2002-06-14 David Gravereaux *win/rules.vc: The test for compiler optimizations was in error. 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)); -- cgit v0.12