summaryrefslogtreecommitdiffstats
path: root/runtime/var.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/var.h')
-rw-r--r--runtime/var.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/var.h b/runtime/var.h
index 384463e0..64571bad 100644
--- a/runtime/var.h
+++ b/runtime/var.h
@@ -38,6 +38,7 @@ typedef struct var_s {
varType_t varType;
union {
number_t num;
+ es_str_t *str;
cstr_t *pStr;
syslogTime_t vSyslogTime;