Skip to content

Commit

Permalink
Mask debug print code in debug-build dmd
Browse files Browse the repository at this point in the history
  • Loading branch information
9rnsr committed Jun 12, 2014
1 parent c32567f commit efad1bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/gdag.c
Expand Up @@ -870,7 +870,7 @@ STATIC void abeboolres(elem *n,vec_t ae,vec_t aeval)
if (n != e && el_match(n,e))
{
#ifdef DEBUG
//if (debugc)
if (debugc)
{ dbg_printf("Elem %p: ",n);
WReqn(n);
dbg_printf(" is replaced by %d\n",vec_testbit(i,aeval) != 0);
Expand Down

0 comments on commit efad1bb

Please sign in to comment.