diff options
Diffstat (limited to 'rts/Interpreter.c')
-rw-r--r-- | rts/Interpreter.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rts/Interpreter.c b/rts/Interpreter.c index f4fe816d28..f3a5c783cd 100644 --- a/rts/Interpreter.c +++ b/rts/Interpreter.c @@ -1516,3 +1516,11 @@ run_BCO: barf("interpretBCO: fell off end of the interpreter"); } + +// Local Variables: +// mode: C +// fill-column: 80 +// indent-tabs-mode: nil +// c-basic-offset: 4 +// buffer-file-coding-system: utf-8-unix +// End: |