From 3fd04924ac9f561b0bac84db818a08bbbf254a0b Mon Sep 17 00:00:00 2001 From: das Date: Thu, 23 Aug 2007 10:45:15 +0000 Subject: move macros for Debugging.h to private header --- macosx/tkMacOSXInt.h | 4 +--- macosx/tkMacOSXPrivate.h | 11 ++++++++++- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/macosx/tkMacOSXInt.h b/macosx/tkMacOSXInt.h index 1d2fdc0..98418aa 100644 --- a/macosx/tkMacOSXInt.h +++ b/macosx/tkMacOSXInt.h @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacOSXInt.h,v 1.3.2.21 2007/06/29 03:22:02 das Exp $ + * RCS: @(#) $Id: tkMacOSXInt.h,v 1.3.2.22 2007/08/23 10:45:15 das Exp $ */ #ifndef _TKMACINT @@ -20,8 +20,6 @@ #include "tkInt.h" #endif -#define kComponentSignatureString "TkMacOSX" -#define COMPONENT_SIGNATURE 'Tk ' #define TextStyle MacTextStyle #include #undef TextStyle 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. */ -- cgit v0.12