diff options
Diffstat (limited to 'rts/Stable.h')
-rw-r--r-- | rts/Stable.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rts/Stable.h b/rts/Stable.h index 4786d477f3..0a1cc0dd2f 100644 --- a/rts/Stable.h +++ b/rts/Stable.h @@ -52,3 +52,11 @@ extern Mutex stable_mutex; #include "EndPrivate.h" #endif /* STABLE_H */ + +// Local Variables: +// mode: C +// fill-column: 80 +// indent-tabs-mode: nil +// c-basic-offset: 4 +// buffer-file-coding-system: utf-8-unix +// End: |