diff options
author | Karl Williamson <public@khwilliamson.com> | 2014-01-27 22:42:25 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2014-01-27 23:03:48 -0700 |
commit | fb29cc72fe9ef39100123477fffae4fad34866b7 (patch) | |
tree | fb4a6d989142efcf4e4bc5edf68abe190c5bba3b /embed.fnc | |
parent | baa60164aa329dbdc2e418a7743d51a081db237e (diff) | |
download | perl-fb29cc72fe9ef39100123477fffae4fad34866b7.tar.gz |
regcomp.c: Change a variable and flag bit names
The meaning of these was expanded two commits ago, so update the name to
reflect this, to prevent future confusion
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2057,7 +2057,7 @@ Es |SV * |reg_scan_name |NN RExC_state_t *pRExC_state \ |U32 flags Es |U32 |join_exact |NN RExC_state_t *pRExC_state \ |NN regnode *scan|NN UV *min_subtract \ - |NN bool *has_exactf_sharp_s \ + |NN bool *unfolded_multi_char \ |U32 flags|NULLOK regnode *val|U32 depth EsRn |char * |regwhite |NN RExC_state_t *pRExC_state \ |NN char *p |