aboutsummaryrefslogtreecommitdiff
path: root/macro.h
diff options
context:
space:
mode:
Diffstat (limited to 'macro.h')
-rw-r--r--macro.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/macro.h b/macro.h
index 8a0a725b..a62d12d1 100644
--- a/macro.h
+++ b/macro.h
@@ -73,5 +73,7 @@
#define FREE_DECL(T) TP(T, __free) (T* this)
#define DEEP_COPY(T) TP(deep_copy__, T)
+#define RESOLVE(T) TP(resolve__, T)
+#define APPEND(T) TP(append__, T)
#endif /* MACRO_H */