Quick fix to avoid unnecessary compiler warnings from duplicate __WXDEBUG__ defines.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@256 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Karsten Ballüder
1998-07-13 12:47:02 +00:00
parent 4acbf24597
commit 70bb5dba34
3 changed files with 0 additions and 9 deletions

View File

@@ -947,7 +947,6 @@ AC_SUBST(WXDEBUG)
if test "$USE_DEBUG_FLAG" = 1 ; then
AC_DEFINE_UNQUOTED(WXDEBUG,$USE_DEBUG_FLAG)
AC_DEFINE_UNQUOTED(__WXDEBUG__,$USE_DEBUG_FLAG)
WXDEBUG_DEFINE="-D__WXDEBUG__"
AC_SUBST(WXDEBUG_DEFINE)
fi

View File

@@ -194,10 +194,6 @@
* Enables debugging: memory tracing, assert, etc., contains debug level
*/
#undef WXDEBUG
/*
* Enables debugging: memory tracing, assert, etc., undefined if no debugging
*/
#undef __WXDEBUG__
/*
* Enables debugging version of wxObject::new and wxObject::delete (IF WXDEBUG)
* WARNING: this code may not work with all architectures, especially

View File

@@ -194,10 +194,6 @@
* Enables debugging: memory tracing, assert, etc., contains debug level
*/
#undef WXDEBUG
/*
* Enables debugging: memory tracing, assert, etc., undefined if no debugging
*/
#undef __WXDEBUG__
/*
* Enables debugging version of wxObject::new and wxObject::delete (IF WXDEBUG)
* WARNING: this code may not work with all architectures, especially