Skip to content
Snippets Groups Projects
Commit 4d51e0d8 authored by Ömer Sinan Ağacan's avatar Ömer Sinan Ağacan Committed by Marge Bot
Browse files

CNF.c: Move debug functions behind ifdef

parent fb26d467
No related branches found
No related tags found
No related merge requests found
......@@ -281,6 +281,7 @@ compactFree(StgCompactNFData *str)
}
}
#if defined(DEBUG)
void
compactMarkKnown(StgCompactNFData *str)
{
......@@ -319,7 +320,6 @@ countCompactBlocks(bdescr *outer)
return count;
}
#if defined(DEBUG)
// Like countCompactBlocks, but adjusts the size so each mblock is assumed to
// only contain BLOCKS_PER_MBLOCK blocks. Used in memInventory().
StgWord
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment