aboutsummaryrefslogtreecommitdiff
path: root/src/locale.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/locale.c')
-rw-r--r--src/locale.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/locale.c b/src/locale.c
index 3c03f6a..f7aebe3 100644
--- a/src/locale.c
+++ b/src/locale.c
@@ -4,8 +4,9 @@
#include <IOKit/hidsystem/ev_keymap.h>
#define internal static
+#define global static
-internal struct table keymap_table;
+global struct table keymap_table;
internal char *
copy_cfstring(CFStringRef string)