diff options
Diffstat (limited to 'rts/sm/Compact.c')
-rw-r--r-- | rts/sm/Compact.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rts/sm/Compact.c b/rts/sm/Compact.c index b07a886eab..e430d97002 100644 --- a/rts/sm/Compact.c +++ b/rts/sm/Compact.c @@ -1024,3 +1024,11 @@ compact(StgClosure *static_objects) gen->n_old_blocks = blocks; } } + +// Local Variables: +// mode: C +// fill-column: 80 +// indent-tabs-mode: nil +// c-basic-offset: 4 +// buffer-file-coding-system: utf-8-unix +// End: |