aboutsummaryrefslogtreecommitdiff
path: root/macro.h
diff options
context:
space:
mode:
Diffstat (limited to 'macro.h')
-rw-r--r--macro.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/macro.h b/macro.h
index 55bff012..ae69ddd3 100644
--- a/macro.h
+++ b/macro.h
@@ -99,7 +99,7 @@
* Actuall implementation and type signature is mostly left to
* individual implementations.
*/
-#define DEEP_COPY(T) TEMPL(deep_copy , T)
+#define DEEP_COPY(T) TEMPL(copy , T)
#define RESOLVE(T) TEMPL(resolve , T)
#define APPEND(T) TEMPL(append , T)
#define SIZE(T) TEMPL(size , T)