From ff2d276b193632136c785d92ed01df48aea8461f Mon Sep 17 00:00:00 2001 From: tmk Date: Tue, 14 May 2013 16:18:22 +0900 Subject: Use dprint and dprintf for debug --- common/action_macro.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'common/action_macro.c') diff --git a/common/action_macro.c b/common/action_macro.c index 6d81a1efb4..71d1506f5c 100644 --- a/common/action_macro.c +++ b/common/action_macro.c @@ -15,10 +15,15 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ #include -#include "debug.h" #include "action.h" #include "action_macro.h" +#ifdef DEBUG_ACTION +#include "debug.h" +#else +#include "nodebug.h" +#endif + #ifndef NO_ACTION_MACRO -- cgit v1.2.3