diff options
author | das <das> | 2008-06-19 00:15:04 (GMT) |
---|---|---|
committer | das <das> | 2008-06-19 00:15:04 (GMT) |
commit | 4d425faea3beb8207c000b6fea6c9c3f9977a6cf (patch) | |
tree | 8ecef6c6fb1a1a2f96b95c5efb10eabf4091ba77 /macosx/tkMacOSXDebug.c | |
parent | 464172781e52535bbac74d9b55bf368892f00001 (diff) | |
download | tk-4d425faea3beb8207c000b6fea6c9c3f9977a6cf.zip tk-4d425faea3beb8207c000b6fea6c9c3f9977a6cf.tar.gz tk-4d425faea3beb8207c000b6fea6c9c3f9977a6cf.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.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/macosx/tkMacOSXDebug.c b/macosx/tkMacOSXDebug.c index 4d4e695..cb07fa4 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.19 2007/12/13 15:27:08 dgp Exp $ + * RCS: @(#) $Id: tkMacOSXDebug.c,v 1.19.2.1 2008/06/19 00:15:04 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 */ |