summaryrefslogtreecommitdiff
path: root/psi/iddict.h
diff options
context:
space:
mode:
Diffstat (limited to 'psi/iddict.h')
-rw-r--r--psi/iddict.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/psi/iddict.h b/psi/iddict.h
index 67e6b887c..53d864b54 100644
--- a/psi/iddict.h
+++ b/psi/iddict.h
@@ -29,6 +29,8 @@
dict_put(pdref, key, pvalue, &idict_stack)
#define idict_put_string(pdref, kstr, pvalue)\
dict_put_string(pdref, kstr, pvalue, &idict_stack)
+#define idict_put_string_copy(pdref, kstr, pvalue)\
+ dict_put_string_copy(pdref, kstr, pvalue, &idict_stack)
#define idict_undef(pdref, key)\
dict_undef(pdref, key, &idict_stack)
#define idict_copy(dfrom, dto)\