diff options
Diffstat (limited to 'rts/sm/GCTDecl.h')
-rw-r--r-- | rts/sm/GCTDecl.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rts/sm/GCTDecl.h b/rts/sm/GCTDecl.h index 5602cb8771..74b788012c 100644 --- a/rts/sm/GCTDecl.h +++ b/rts/sm/GCTDecl.h @@ -144,3 +144,11 @@ extern __thread gc_thread* gct; #include "EndPrivate.h" #endif // SM_GCTDECL_H + +// Local Variables: +// mode: C +// fill-column: 80 +// indent-tabs-mode: nil +// c-basic-offset: 4 +// buffer-file-coding-system: utf-8-unix +// End: |