diff options
Diffstat (limited to 'rts/win32/seh_excn.h')
-rw-r--r-- | rts/win32/seh_excn.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rts/win32/seh_excn.h b/rts/win32/seh_excn.h index 8829e840b7..90a0ddcda0 100644 --- a/rts/win32/seh_excn.h +++ b/rts/win32/seh_excn.h @@ -90,3 +90,11 @@ catchDivZero(struct _EXCEPTION_RECORD*, #endif /* WIN32_SEH_EXCN_H */ + +// Local Variables: +// mode: C +// fill-column: 80 +// indent-tabs-mode: nil +// c-basic-offset: 4 +// buffer-file-coding-system: utf-8-unix +// End: |