diff options
author | Vincent Pit <perl@profvince.com> | 2011-06-25 11:53:48 +0200 |
---|---|---|
committer | Vincent Pit <perl@profvince.com> | 2011-06-26 00:07:28 +0200 |
commit | b9d76716561152289be3c4e24746173674d3b33a (patch) | |
tree | 76ee81d93250a85a474529a8e68ab1a0ae040252 /embed.fnc | |
parent | 43d32dfff0307a53909d889f16182a4c40647c3b (diff) | |
download | perl-b9d76716561152289be3c4e24746173674d3b33a.tar.gz |
Factor stack adjustments on leave in a new static function
This is just a refactoring. There should be no functional changes.
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1742,6 +1742,7 @@ sR |PerlIO *|check_type_and_open|NN SV *name #ifndef PERL_DISABLE_PMC sR |PerlIO *|doopen_pm |NN SV *name #endif +s |SV ** |adjust_stack_on_leave|NN SV **newsp|NN SV **sp|NN SV **mark|I32 gimme|U32 flags sRn |bool |path_is_absolute|NN const char *name sR |I32 |run_user_filter|int idx|NN SV *buf_sv|int maxlen sR |PMOP* |make_matcher |NN REGEXP* re |