aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2019-05-31 00:03:48 -0700
committerBruce Hill <bruce@bruce-hill.com>2019-05-31 00:03:48 -0700
commit72ed507499df8401412136ff5c936998b8f7929b (patch)
tree5daad5b4d19481f5c3efa86d09e530dfbbd66b99 /config.def.h
parentbefe7667adcf3c993df1b9131870f32c3f20a02f (diff)
Got everything working on linux
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 75922e1..b3b49ba 100644
--- a/config.def.h
+++ b/config.def.h
@@ -103,8 +103,10 @@ const char *startupcmds[] = {
NULL, // NULL-terminated array
};
+#ifdef __APPLE__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension"
+#endif
extern binding_t bindings[];
binding_t bindings[] = {
//////////////////////////////////////////////////////////////////////////
@@ -200,6 +202,8 @@ done)/*ENDQUOTE*/, "Regex rename files", AT_CURSOR},
{{KEY_MOUSE_WHEEL_UP}, "+scroll:-3", "Scroll up"},
{{0}}, // Array must be 0-terminated
};
+#ifdef __APPLE__
#pragma clang diagnostic pop
+#endif
// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1