summaryrefslogtreecommitdiff
path: root/src/sp_config.h
diff options
context:
space:
mode:
authorjvoisin2017-10-13 16:20:32 +0200
committerjvoisin2017-10-13 16:20:32 +0200
commit780dcab62ebbf87aee8c65616fe0b0c57b2c8ea0 (patch)
tree7bb6dcfec26f9d187a44b0a8b2507a2e1d02ea91 /src/sp_config.h
parentd875912a0528931c0828edfe30c37c01b559b761 (diff)
Rename a confusing structure member
`regexp` is more confusing than `value_r`
Diffstat (limited to 'src/sp_config.h')
-rw-r--r--src/sp_config.h2
1 files changed, 1 insertions, 1 deletions
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 {
82 pcre *r_ret; 82 pcre *r_ret;
83 sp_php_type ret_type; 83 sp_php_type ret_type;
84 84
85 pcre *regexp; 85 pcre *value_r;
86 char *value; 86 char *value;
87 87
88 char *dump; 88 char *dump;