diff options
Diffstat (limited to 'rts/ThreadPaused.c')
-rw-r--r-- | rts/ThreadPaused.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rts/ThreadPaused.c b/rts/ThreadPaused.c index b757a0063c..bf7def4583 100644 --- a/rts/ThreadPaused.c +++ b/rts/ThreadPaused.c @@ -377,3 +377,11 @@ end: tso->flags &= ~TSO_SQUEEZED; } } + +// Local Variables: +// mode: C +// fill-column: 80 +// indent-tabs-mode: nil +// c-basic-offset: 4 +// buffer-file-coding-system: utf-8-unix +// End: |