diff options
Diffstat (limited to 'rts/ProfHeap.h')
-rw-r--r-- | rts/ProfHeap.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rts/ProfHeap.h b/rts/ProfHeap.h index b3bed903b5..4aa3bcd057 100644 --- a/rts/ProfHeap.h +++ b/rts/ProfHeap.h @@ -19,3 +19,11 @@ rtsBool strMatchesSelector (char* str, char* sel); #include "EndPrivate.h" #endif /* PROFHEAP_H */ + +// Local Variables: +// mode: C +// fill-column: 80 +// indent-tabs-mode: nil +// c-basic-offset: 4 +// buffer-file-coding-system: utf-8-unix +// End: |