diff options
Diffstat (limited to 'rts/RtsAPI.c')
-rw-r--r-- | rts/RtsAPI.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rts/RtsAPI.c b/rts/RtsAPI.c index f01a0efee8..7062306c74 100644 --- a/rts/RtsAPI.c +++ b/rts/RtsAPI.c @@ -620,3 +620,11 @@ void rts_done (void) freeMyTask(); } + +// Local Variables: +// mode: C +// fill-column: 80 +// indent-tabs-mode: nil +// c-basic-offset: 4 +// buffer-file-coding-system: utf-8-unix +// End: |