JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
No point having static here.
authorTiago Cunha <tcunha@gmx.com>
Thu, 24 May 2012 20:42:46 +0000 (21:42 +0100)
committerTiago Cunha <tcunha@gmx.com>
Tue, 5 Jun 2012 21:32:02 +0000 (22:32 +0100)
spectrwm.c

index 4179ce3..2852769 100644 (file)
@@ -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 */