Merge amd64.(none):/src/rel_clean_up/my50-release
into amd64.(none):/src/rel_clean_up/my50-rel_clean_up
This commit is contained in:
commit
da7b9c5882
@ -533,8 +533,12 @@ C_MODE_END
|
|||||||
#undef DBUG_OFF
|
#undef DBUG_OFF
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(_lint) && !defined(DBUG_OFF)
|
/* We might be forced to turn debug off, if not turned off already */
|
||||||
#define DBUG_OFF
|
#if (defined(FORCE_DBUG_OFF) || defined(_lint)) && !defined(DBUG_OFF)
|
||||||
|
# define DBUG_OFF
|
||||||
|
# ifdef DBUG_ON
|
||||||
|
# undef DBUG_ON
|
||||||
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <my_dbug.h>
|
#include <my_dbug.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user