diff options
author | das <das> | 2007-08-23 10:45:15 (GMT) |
---|---|---|
committer | das <das> | 2007-08-23 10:45:15 (GMT) |
commit | 3fd04924ac9f561b0bac84db818a08bbbf254a0b (patch) | |
tree | dae11059952b3ae98885e2bea579ba27487ccdad /macosx/tkMacOSXPrivate.h | |
parent | dfacfc220f6b3a761c82e797e07939c48d64273c (diff) | |
download | tk-3fd04924ac9f561b0bac84db818a08bbbf254a0b.zip tk-3fd04924ac9f561b0bac84db818a08bbbf254a0b.tar.gz tk-3fd04924ac9f561b0bac84db818a08bbbf254a0b.tar.bz2 |
move macros for Debugging.h to private header
Diffstat (limited to 'macosx/tkMacOSXPrivate.h')
-rw-r--r-- | macosx/tkMacOSXPrivate.h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/macosx/tkMacOSXPrivate.h b/macosx/tkMacOSXPrivate.h index 3ab6b21..d184c3f 100644 --- a/macosx/tkMacOSXPrivate.h +++ b/macosx/tkMacOSXPrivate.h @@ -8,7 +8,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacOSXPrivate.h,v 1.1.2.2 2007/06/29 03:22:02 das Exp $ + * RCS: @(#) $Id: tkMacOSXPrivate.h,v 1.1.2.3 2007/08/23 10:45:16 das Exp $ */ #ifndef _TKMACPRIV @@ -172,6 +172,15 @@ MODULE_SCOPE float tkMacOSXToolboxVersionNumber; #endif /* MAC_OS_X_VERSION_MAX_ALLOWED */ /* + * Macros for DEBUG_ASSERT_MESSAGE et al from Debugging.h. + */ + +#undef kComponentSignatureString +#undef COMPONENT_SIGNATURE +#define kComponentSignatureString "TkMacOSX" +#define COMPONENT_SIGNATURE 'Tk ' + +/* * Macros abstracting checks only active in a debug build. */ |