From 780dcab62ebbf87aee8c65616fe0b0c57b2c8ea0 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Fri, 13 Oct 2017 16:20:32 +0200 Subject: Rename a confusing structure member `regexp` is more confusing than `value_r` --- src/sp_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sp_config.h') diff --git a/src/sp_config.h b/src/sp_config.h index cad4234..0877ebb 100644 --- a/src/sp_config.h +++ b/src/sp_config.h @@ -82,7 +82,7 @@ typedef struct { pcre *r_ret; sp_php_type ret_type; - pcre *regexp; + pcre *value_r; char *value; char *dump; -- cgit v1.3