diff options
Diffstat (limited to 'rts/posix/Signals.h')
-rw-r--r-- | rts/posix/Signals.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rts/posix/Signals.h b/rts/posix/Signals.h index 3100d39537..9500fceeb4 100644 --- a/rts/posix/Signals.h +++ b/rts/posix/Signals.h @@ -31,3 +31,11 @@ extern StgInt *signal_handlers; #include "EndPrivate.h" #endif /* POSIX_SIGNALS_H */ + +// Local Variables: +// mode: C +// fill-column: 80 +// indent-tabs-mode: nil +// c-basic-offset: 4 +// buffer-file-coding-system: utf-8-unix +// End: |