summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXDebug.c
diff options
context:
space:
mode:
authordas <das>2008-06-19 00:15:11 (GMT)
committerdas <das>2008-06-19 00:15:11 (GMT)
commitc41cafbe6f1caf909ce473354ef391f38f5e6f3c (patch)
tree929291f9fc8aae357b6d64e10f486ee0e5a256e8 /macosx/tkMacOSXDebug.c
parent87dea959c7c2e058cbee2c4bc523b64f38c3a9ba (diff)
downloadtk-c41cafbe6f1caf909ce473354ef391f38f5e6f3c.zip
tk-c41cafbe6f1caf909ce473354ef391f38f5e6f3c.tar.gz
tk-c41cafbe6f1caf909ce473354ef391f38f5e6f3c.tar.bz2
* macosx/tkMacOSXDebug.c: revert 2007-11-09 commit making
* macosx/tkMacOSXDebug.h: TkMacOSXInitNamedDebugSymbol() available outside of debug builds.
Diffstat (limited to 'macosx/tkMacOSXDebug.c')
-rw-r--r--macosx/tkMacOSXDebug.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/macosx/tkMacOSXDebug.c b/macosx/tkMacOSXDebug.c
index ac2bef8..913de2c 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.2.2.14 2007/11/09 06:26:55 das Exp $
+ * RCS: @(#) $Id: tkMacOSXDebug.c,v 1.2.2.15 2008/06/19 00:15:11 das Exp $
*/
#include "tkMacOSXPrivate.h"
@@ -478,7 +478,6 @@ TkMacOSXDebugFlashRegion(
}
}
}
-#endif /* TK_MAC_DEBUG */
#include <mach-o/dyld.h>
#include <mach-o/nlist.h>
@@ -616,3 +615,5 @@ TkMacOSXGetNamedDebugSymbol(
#endif /* __LP64__ */
return addr;
}
+
+#endif /* TK_MAC_DEBUG */