diff options
Diffstat (limited to 'rts/RaiseAsync.h')
-rw-r--r-- | rts/RaiseAsync.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rts/RaiseAsync.h b/rts/RaiseAsync.h index 1f61b8c72d..fabdc78cee 100644 --- a/rts/RaiseAsync.h +++ b/rts/RaiseAsync.h @@ -74,3 +74,11 @@ interruptible(StgTSO *t) #endif /* RAISEASYNC_H */ + +// Local Variables: +// mode: C +// fill-column: 80 +// indent-tabs-mode: nil +// c-basic-offset: 4 +// buffer-file-coding-system: utf-8-unix +// End: |