X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FGC.c;h=aacef6b4f6f95c81f1732e03fd86119c9e717f92;hb=03dc2dd3dd814ad85cc4c45e9cafc7b73163c8be;hp=1f67fd490e8bc278b5bd931e889c931df9b984f8;hpb=c0cca2ea9d9b07c6af2da1a786e1a7bd4b757d0c;p=ghc-hetmet.git diff --git a/ghc/rts/GC.c b/ghc/rts/GC.c index 1f67fd4..aacef6b 100644 --- a/ghc/rts/GC.c +++ b/ghc/rts/GC.c @@ -3088,7 +3088,7 @@ linear_scan: p, info_type((StgClosure *)p))); break; } -#endif // PAR +#endif /* PAR */ case TVAR_WAIT_QUEUE: { @@ -4255,4 +4255,4 @@ maybeLarge(StgClosure *closure) } -#endif // DEBUG +#endif /* DEBUG */