Commit da7b9c58 authored by unknown's avatar unknown

Merge amd64.(none):/src/rel_clean_up/my50-release

into  amd64.(none):/src/rel_clean_up/my50-rel_clean_up

parents 96e405b6 57036d8a
......@@ -533,8 +533,12 @@ C_MODE_END
#undef DBUG_OFF
#endif
#if defined(_lint) && !defined(DBUG_OFF)
#define DBUG_OFF
/* We might be forced to turn debug off, if not turned off already */
#if (defined(FORCE_DBUG_OFF) || defined(_lint)) && !defined(DBUG_OFF)
# define DBUG_OFF
# ifdef DBUG_ON
# undef DBUG_ON
# endif
#endif
#include <my_dbug.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment