Skip to content
This repository was archived by the owner on Apr 9, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions ckAppInit.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* ckAppInit.c --
*
* Provides a default version of the Tcl_AppInit procedure for
Expand All @@ -14,15 +14,6 @@

#include "ck.h"

/*
* The following variable is a special hack that is needed in order for
* Sun shared libraries to be used for Tcl.
*/

#ifndef __WIN32__
extern int matherr();
int *tclDummyMathPtr = (int *) matherr;
#endif

/*
*----------------------------------------------------------------------
Expand Down