summaryrefslogtreecommitdiffstats
path: root/unix/tclMtherr.c
diff options
context:
space:
mode:
Diffstat (limited to 'unix/tclMtherr.c')
-rw-r--r--unix/tclMtherr.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/unix/tclMtherr.c b/unix/tclMtherr.c
index d1150f6..f9c61bc 100644
--- a/unix/tclMtherr.c
+++ b/unix/tclMtherr.c
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclMtherr.c,v 1.3 1999/04/16 00:48:04 stanton Exp $
+ * RCS: @(#) $Id: tclMtherr.c,v 1.4 2001/11/23 01:40:13 das Exp $
*/
#include "tclInt.h"
@@ -61,6 +61,9 @@ struct exception {
*----------------------------------------------------------------------
*/
+#ifdef __APPLE_CC__
+__private_extern__
+#endif
int
matherr(xPtr)
struct exception *xPtr; /* Describes error that occurred. */