diff options
Diffstat (limited to 'rts/Globals.h')
-rw-r--r-- | rts/Globals.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rts/Globals.h b/rts/Globals.h index 395d240e2a..ee62f2f7c1 100644 --- a/rts/Globals.h +++ b/rts/Globals.h @@ -16,3 +16,11 @@ RTS_PRIVATE void initGlobalStore(void); RTS_PRIVATE void exitGlobalStore(void); #endif + +// Local Variables: +// mode: C +// fill-column: 80 +// indent-tabs-mode: nil +// c-basic-offset: 4 +// buffer-file-coding-system: utf-8-unix +// End: |