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