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 ce2bfd21..8a0a725b 100644
--- a/macro.h
+++ b/macro.h
@@ -72,4 +72,6 @@
/* Declare destructor */
#define FREE_DECL(T) TP(T, __free) (T* this)
+#define DEEP_COPY(T) TP(deep_copy__, T)
+
#endif /* MACRO_H */