diff options
author | andreas_kupries <akupries@shaw.ca> | 2002-06-14 22:01:35 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2002-06-14 22:01:35 (GMT) |
commit | ad91e4c59c306ee78b3351f9c60fd3d39755f106 (patch) | |
tree | 24f2048deff5c81563dd1163bc93fdf6549c1570 /unix/tkAppInit.c | |
parent | 238ce1b0d639d2aaa6502c2e94f87e43ac920bcf (diff) | |
download | tk-ad91e4c59c306ee78b3351f9c60fd3d39755f106.zip tk-ad91e4c59c306ee78b3351f9c60fd3d39755f106.tar.gz tk-ad91e4c59c306ee78b3351f9c60fd3d39755f106.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/tkAppInit.c')
-rw-r--r-- | unix/tkAppInit.c | 10 |
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)); |