summaryrefslogtreecommitdiffstats
path: root/generic/tcl.h
diff options
context:
space:
mode:
authordas <das@noemail.net>2009-02-06 08:14:54 (GMT)
committerdas <das@noemail.net>2009-02-06 08:14:54 (GMT)
commite2f5ed91d722f56160f5e8fc75bfaa9358125a7f (patch)
tree5214a7b8ae7e7380cb1f9d578b58870f487c97f1 /generic/tcl.h
parent46e6d83b1fd90159a4abae8049042cca22948ce0 (diff)
downloadtcl-e2f5ed91d722f56160f5e8fc75bfaa9358125a7f.zip
tcl-e2f5ed91d722f56160f5e8fc75bfaa9358125a7f.tar.gz
tcl-e2f5ed91d722f56160f5e8fc75bfaa9358125a7f.tar.bz2
* generic/tcl.h (Darwin): workaround conflict between deprecated tcl
panic macro and panic() function declaration in <mach/mach.h> header. FossilOrigin-Name: 71ce90ecae270cab37fb5cdef46fa5b381e08d0c
Diffstat (limited to 'generic/tcl.h')
-rw-r--r--generic/tcl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tcl.h b/generic/tcl.h
index ae82114..5f48840 100644
--- a/generic/tcl.h
+++ b/generic/tcl.h
@@ -13,7 +13,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tcl.h,v 1.153.2.35 2008/04/11 16:57:38 dgp Exp $
+ * RCS: @(#) $Id: tcl.h,v 1.153.2.36 2009/02/06 08:14:55 das Exp $
*/
#ifndef _TCL
@@ -339,6 +339,7 @@ typedef long LONG;
# undef TCL_WIDE_INT_IS_LONG
# endif /* __LP64__ */
# undef HAVE_STRUCT_STAT64
+# include <mach/mach.h>
#endif /* __APPLE__ */
/*