diff options
Diffstat (limited to 'rts/Disassembler.h')
-rw-r--r-- | rts/Disassembler.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rts/Disassembler.h b/rts/Disassembler.h index c6f71564c4..277361bc6b 100644 --- a/rts/Disassembler.h +++ b/rts/Disassembler.h @@ -17,3 +17,11 @@ RTS_PRIVATE void disassemble( StgBCO *bco ); #endif #endif /* DISASSEMBLER_H */ + +// Local Variables: +// mode: C +// fill-column: 80 +// indent-tabs-mode: nil +// c-basic-offset: 4 +// buffer-file-coding-system: utf-8-unix +// End: |