diff options
Diffstat (limited to 'rts/sm/GC.h')
-rw-r--r-- | rts/sm/GC.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rts/sm/GC.h b/rts/sm/GC.h index 571aa07110..0f0b94e784 100644 --- a/rts/sm/GC.h +++ b/rts/sm/GC.h @@ -64,3 +64,11 @@ void releaseGCThreads (Capability *cap); #include "EndPrivate.h" #endif /* SM_GC_H */ + +// Local Variables: +// mode: C +// fill-column: 80 +// indent-tabs-mode: nil +// c-basic-offset: 4 +// buffer-file-coding-system: utf-8-unix +// End: |