diff options
Diffstat (limited to 'rts/Interpreter.h')
-rw-r--r-- | rts/Interpreter.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rts/Interpreter.h b/rts/Interpreter.h index fd4f7b98c3..b95c61af74 100644 --- a/rts/Interpreter.h +++ b/rts/Interpreter.h @@ -12,3 +12,11 @@ RTS_PRIVATE Capability *interpretBCO (Capability* cap); #endif /* INTERPRETER_H */ + +// Local Variables: +// mode: C +// fill-column: 80 +// indent-tabs-mode: nil +// c-basic-offset: 4 +// buffer-file-coding-system: utf-8-unix +// End: |