aboutsummaryrefslogtreecommitdiff
path: root/macro.h
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-02-11 01:34:40 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2019-02-15 20:03:43 +0100
commit60c7d789ce21cb77bdf9dd2c8cb22e86232d903f (patch)
tree45a2995340c1f2c2891369eb3ec5e2c6aae7b87c /macro.h
parentReplace key_val type with templatized PAIR(T, V). (diff)
downloadcalp-60c7d789ce21cb77bdf9dd2c8cb22e86232d903f.tar.gz
calp-60c7d789ce21cb77bdf9dd2c8cb22e86232d903f.tar.xz
Rewrote content_line, and how parameters are stored.
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)