diff options
Diffstat (limited to 'rts/Hash.c')
-rw-r--r-- | rts/Hash.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rts/Hash.c b/rts/Hash.c index b91d70c219..1c5897cb72 100644 --- a/rts/Hash.c +++ b/rts/Hash.c @@ -397,3 +397,11 @@ int keyCountHashTable (HashTable *table) { return table->kcount; } + +// Local Variables: +// mode: C +// fill-column: 80 +// indent-tabs-mode: nil +// c-basic-offset: 4 +// buffer-file-coding-system: utf-8-unix +// End: |