diff options
| author | jvoisin | 2017-10-13 16:20:32 +0200 |
|---|---|---|
| committer | jvoisin | 2017-10-13 16:20:32 +0200 |
| commit | 780dcab62ebbf87aee8c65616fe0b0c57b2c8ea0 (patch) | |
| tree | 7bb6dcfec26f9d187a44b0a8b2507a2e1d02ea91 /src/sp_config.h | |
| parent | d875912a0528931c0828edfe30c37c01b559b761 (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.h | 2 |
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; |
