diff options
Diffstat (limited to 'rts/RtsUtils.h')
-rw-r--r-- | rts/RtsUtils.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rts/RtsUtils.h b/rts/RtsUtils.h index 5d825a2118..88b0af285c 100644 --- a/rts/RtsUtils.h +++ b/rts/RtsUtils.h @@ -48,3 +48,11 @@ void checkFPUStack(void); #include "EndPrivate.h" #endif /* RTSUTILS_H */ + +// Local Variables: +// mode: C +// fill-column: 80 +// indent-tabs-mode: nil +// c-basic-offset: 4 +// buffer-file-coding-system: utf-8-unix +// End: |