diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-07-11 16:49:29 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-07-11 16:49:29 +0100 |
commit | 503752a16bf16b90ff6c073c4bd5d818e68a2e2a (patch) | |
tree | a7f1750648af9b068d84084f5b5024fc2ce76871 /embed.fnc | |
parent | 65cccc5e92d46159b5887e72094aab44ee260ea3 (diff) | |
download | perl-503752a16bf16b90ff6c073c4bd5d818e68a2e2a.tar.gz |
In S_sv_pos_u2b_midway, inline the call to S_sv_pos_u2b_forwards.
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1885,7 +1885,7 @@ sR |I32 |expect_number |NN char **const pattern sn |STRLEN |sv_pos_u2b_forwards|NN const U8 *const start \ |NN const U8 *const send|STRLEN uoffset sn |STRLEN |sv_pos_u2b_midway|NN const U8 *const start \ - |NN const U8 *send|const STRLEN uoffset|const STRLEN uend + |NN const U8 *send|STRLEN uoffset|const STRLEN uend s |STRLEN |sv_pos_u2b_cached|NN SV *const sv|NN MAGIC **const mgp \ |NN const U8 *const start|NN const U8 *const send \ |const STRLEN uoffset|STRLEN uoffset0|STRLEN boffset0 |