summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXDebug.c
diff options
context:
space:
mode:
authordas <das>2007-11-08 14:26:15 (GMT)
committerdas <das>2007-11-08 14:26:15 (GMT)
commitad2bc9bc277cdb6120447f7d81e512eaa39f85b9 (patch)
tree275d4c23cbaa007282124d519acb3198743ef6c6 /macosx/tkMacOSXDebug.c
parent79be45fe605260d8587e9c3124a73e9b690f8f37 (diff)
downloadtk-ad2bc9bc277cdb6120447f7d81e512eaa39f85b9.zip
tk-ad2bc9bc277cdb6120447f7d81e512eaa39f85b9.tar.gz
tk-ad2bc9bc277cdb6120447f7d81e512eaa39f85b9.tar.bz2
* macosx/tkMacOSXDebug.c: make TkMacOSXInitNamedDebugSymbol()
* macosx/tkMacOSXDebug.h: available outside of debug builds as the new Leopard ISAEH needs it.
Diffstat (limited to 'macosx/tkMacOSXDebug.c')
-rw-r--r--macosx/tkMacOSXDebug.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/macosx/tkMacOSXDebug.c b/macosx/tkMacOSXDebug.c
index b9ff3fa..8f8e14a 100644
--- a/macosx/tkMacOSXDebug.c
+++ b/macosx/tkMacOSXDebug.c
@@ -54,7 +54,7 @@
* software in accordance with the terms specified in this
* license.
*
- * RCS: @(#) $Id: tkMacOSXDebug.c,v 1.15 2007/10/12 03:14:48 das Exp $
+ * RCS: @(#) $Id: tkMacOSXDebug.c,v 1.16 2007/11/08 14:26:15 das Exp $
*/
#include "tkMacOSXPrivate.h"
@@ -481,6 +481,7 @@ TkMacOSXDebugFlashRegion(
}
}
}
+#endif /* TK_MAC_DEBUG */
/*
*----------------------------------------------------------------------
@@ -615,5 +616,3 @@ TkMacOSXGetNamedDebugSymbol(
#endif /* __LP64__ */
return addr;
}
-
-#endif /* TK_MAC_DEBUG */