aboutsummaryrefslogtreecommitdiff
path: root/macro.h
diff options
context:
space:
mode:
Diffstat (limited to 'macro.h')
-rw-r--r--macro.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/macro.h b/macro.h
index 6421b2fd..7b620f83 100644
--- a/macro.h
+++ b/macro.h
@@ -80,6 +80,8 @@
/* generate reusable internal symbol */
#define __INTER(s) TP3(__, s, __internal)
+#define __INTER2(s) __INTER(__INTER(s))
+#define __INTER3(s) __INTER(__INTER(__INTER(s)))
/* Iterator macros. */
#define FOR(CONT_T, T, var, set) \
@@ -111,6 +113,7 @@
#define POP(T) TEMPL(pop , T)
#define GET(T) TEMPL(get , T)
#define RESET(T) TEMPL(reset , T)
+#define KEYS(T) TEMPL(keys , T)
/*
* Formatting macros.