summaryrefslogtreecommitdiffstats
path: root/unix/tclLoadDyld.c
diff options
context:
space:
mode:
authordas <das>2005-06-04 07:05:10 (GMT)
committerdas <das>2005-06-04 07:05:10 (GMT)
commit5b9dc1f301235283676383d32e57f593e0f1cec6 (patch)
treec9f2aa327b151e421daf6c85f4cc9f6ace429dbd /unix/tclLoadDyld.c
parent680a0c41fa203c90d00c1e021fcd6c04ded699cf (diff)
downloadtcl-5b9dc1f301235283676383d32e57f593e0f1cec6.zip
tcl-5b9dc1f301235283676383d32e57f593e0f1cec6.tar.gz
tcl-5b9dc1f301235283676383d32e57f593e0f1cec6.tar.bz2
* unix/tclLoadDyld.c: fixed header confilict when building this filecore_8_4_10
with USE_TCL_STUBS.
Diffstat (limited to 'unix/tclLoadDyld.c')
-rw-r--r--unix/tclLoadDyld.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/tclLoadDyld.c b/unix/tclLoadDyld.c
index 4a42b51..10afad7 100644
--- a/unix/tclLoadDyld.c
+++ b/unix/tclLoadDyld.c
@@ -11,12 +11,13 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclLoadDyld.c,v 1.14.2.2 2005/05/24 04:19:33 das Exp $
+ * RCS: @(#) $Id: tclLoadDyld.c,v 1.14.2.3 2005/06/04 07:05:14 das Exp $
*/
#include "tclInt.h"
#include "tclPort.h"
#include <mach-o/dyld.h>
+#undef panic
#include <mach/mach.h>
typedef struct Tcl_DyldModuleHandle {