diff options
Diffstat (limited to 'rts/Profiling.h')
-rw-r--r-- | rts/Profiling.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rts/Profiling.h b/rts/Profiling.h index 8c365220fb..6d5950c62b 100644 --- a/rts/Profiling.h +++ b/rts/Profiling.h @@ -46,3 +46,11 @@ void debugCCS( CostCentreStack *ccs ); #include "EndPrivate.h" #endif /* PROFILING_H */ + +// Local Variables: +// mode: C +// fill-column: 80 +// indent-tabs-mode: nil +// c-basic-offset: 4 +// buffer-file-coding-system: utf-8-unix +// End: |