diff options
Diffstat (limited to 'rts/BeginPrivate.h')
-rw-r--r-- | rts/BeginPrivate.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rts/BeginPrivate.h b/rts/BeginPrivate.h index 6471b92a40..f7b7d198f0 100644 --- a/rts/BeginPrivate.h +++ b/rts/BeginPrivate.h @@ -8,3 +8,11 @@ #if defined(HAS_VISIBILITY_HIDDEN) && !defined(freebsd_HOST_OS) #pragma GCC visibility push(hidden) #endif + +// Local Variables: +// mode: C +// fill-column: 80 +// indent-tabs-mode: nil +// c-basic-offset: 4 +// buffer-file-coding-system: utf-8-unix +// End: |