diff options
author | Karl Williamson <khw@cpan.org> | 2018-10-16 12:12:32 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2018-10-17 12:45:47 -0600 |
commit | fb1ab119d45424c20269bacd0dada91318c5515f (patch) | |
tree | 71db5312b5daebfa73d24cca0bfa10801fbb80e3 /embed.fnc | |
parent | 7016bb98525f967ee9369881f54f25a67de6b18e (diff) | |
download | perl-fb1ab119d45424c20269bacd0dada91318c5515f.tar.gz |
regcomp.c: Make 'const' 2 parms to re_op_compile
These are unchanged in the function; might as well indicate that.
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1368,7 +1368,7 @@ p |REGEXP*|re_op_compile |NULLOK SV ** const patternp \ |NN const regexp_engine* eng \ |NULLOK REGEXP *old_re \ |NULLOK bool *is_bare_re \ - |U32 rx_flags|U32 pm_flags + |const U32 rx_flags|const U32 pm_flags Ap |REGEXP*|re_compile |NN SV * const pattern|U32 orig_rx_flags Ap |char* |re_intuit_start|NN REGEXP * const rx \ |NULLOK SV* sv \ |