diff options
Diffstat (limited to 'rts/sm/Compact.h')
-rw-r--r-- | rts/sm/Compact.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rts/sm/Compact.h b/rts/sm/Compact.h index 1ec915f49a..306138415a 100644 --- a/rts/sm/Compact.h +++ b/rts/sm/Compact.h @@ -51,3 +51,11 @@ void compact (StgClosure *static_objects); #include "EndPrivate.h" #endif /* SM_COMPACT_H */ + +// Local Variables: +// mode: C +// fill-column: 80 +// indent-tabs-mode: nil +// c-basic-offset: 4 +// buffer-file-coding-system: utf-8-unix +// End: |