diff options
Diffstat (limited to 'rts/sm/GCUtils.h')
-rw-r--r-- | rts/sm/GCUtils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/sm/GCUtils.h b/rts/sm/GCUtils.h index 3ea762376a..3092262af6 100644 --- a/rts/sm/GCUtils.h +++ b/rts/sm/GCUtils.h @@ -52,7 +52,7 @@ isPartiallyFull(bdescr *bd) } -#ifdef DEBUG +#if DEBUG void printMutableList (bdescr *bd); #endif |