--- a/finch/libgnt/gntkeys.c Sun Jan 08 15:02:00 2017 -0800 +++ b/finch/libgnt/gntkeys.c Fri Mar 10 20:36:55 2017 -0600 @@ -218,7 +218,7 @@ */ #define SIZE 256 -#define IS_END 1 << 0 +#define IS_END (1 << 0) struct _node { struct _node *next[SIZE];