aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2021-02-17 15:03:34 -0800
committerNicholas Noll <nbnoll@eml.cc>2021-02-17 15:03:34 -0800
commite30f8b22069bec1a3fb68f089a9a7198671eb09a (patch)
tree120e53335137463ab2405f0cc9e2f1e7cf100d5b /include
parenta576520dce2a34424af67358e98d79a06e736911 (diff)
chore: update to configs before playing with ligature support in terminal
Diffstat (limited to 'include')
-rw-r--r--include/libn/macro/map.h2
1 files changed, 2 insertions, 0 deletions
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) \