summaryrefslogtreecommitdiffstats
path: root/src/core/wee-eval.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/wee-eval.h')
-rw-r--r--src/core/wee-eval.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/wee-eval.h b/src/core/wee-eval.h
index 5c97b7a31..03b33a421 100644
--- a/src/core/wee-eval.h
+++ b/src/core/wee-eval.h
@@ -73,6 +73,7 @@ struct t_eval_context
{
struct t_hashtable *pointers; /* pointers used in eval */
struct t_hashtable *extra_vars; /* extra variables used in eval */
+ struct t_hashtable *user_vars; /* user-defined variables */
int extra_vars_eval; /* 1 if extra vars must be evaluated */
const char *prefix; /* prefix (default is "${") */
const char *suffix; /* suffix (default is "}") */