diff options
Diffstat (limited to 'rts/sm/GCUtils.c')
-rw-r--r-- | rts/sm/GCUtils.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rts/sm/GCUtils.c b/rts/sm/GCUtils.c index 11345e92c8..078da12d94 100644 --- a/rts/sm/GCUtils.c +++ b/rts/sm/GCUtils.c @@ -343,3 +343,11 @@ printMutableList(bdescr *bd) debugBelch("\n"); } #endif /* DEBUG */ + +// Local Variables: +// mode: C +// fill-column: 80 +// indent-tabs-mode: nil +// c-basic-offset: 4 +// buffer-file-coding-system: utf-8-unix +// End: |