summaryrefslogtreecommitdiffstats
path: root/regex.c
diff options
context:
space:
mode:
Diffstat (limited to 'regex.c')
-rw-r--r--regex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/regex.c b/regex.c
index 787e23b8..64ec2f00 100644
--- a/regex.c
+++ b/regex.c
@@ -1049,7 +1049,7 @@ static void regex_destroy(obj_t *regex)
}
static struct cobj_ops regex_obj_ops = {
- regex_equal, cobj_print_op, regex_destroy, 0,
+ regex_equal, cobj_print_op, regex_destroy, 0, 0
};
obj_t *regex_compile(obj_t *regex_sexp)