From e30f8b22069bec1a3fb68f089a9a7198671eb09a Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Wed, 17 Feb 2021 15:03:34 -0800 Subject: chore: update to configs before playing with ligature support in terminal --- include/libn/macro/map.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/libn/macro/map.h b/include/libn/macro/map.h index 4724d1e..fae50ee 100644 --- a/include/libn/macro/map.h +++ b/include/libn/macro/map.h @@ -225,6 +225,8 @@ static const double __ac_HASH_UPPER = 0.77; } \ } +#define KEY_EXIST(m, x) (!__ac_iseither((m)->flags, (x))) + /* set macro */ #define SET_STRUCT_BODY(key_t) \ -- cgit v1.2.1