From: Tiago Cunha Date: Thu, 24 May 2012 20:42:46 +0000 (+0100) Subject: No point having static here. X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=9e2f9895c3abc9a7277899c01b096f3a460cedec;hp=a10363decbac9b04827124411deb9f28458c25a0;p=spectrwm.git No point having static here. --- diff --git a/spectrwm.c b/spectrwm.c index 4179ce3..2852769 100644 --- a/spectrwm.c +++ b/spectrwm.c @@ -4588,7 +4588,7 @@ key_cmp(struct key *kp1, struct key *kp2) return (0); } -RB_GENERATE_STATIC(key_tree, key, entry, key_cmp); +RB_GENERATE(key_tree, key, entry, key_cmp); struct key_tree keys; /* mouse */