diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-11-24 01:18:46 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-11-24 01:45:32 -0800 |
commit | 0b754184eac744bd93c1b9c338cbbfbc82fb7bd4 (patch) | |
tree | 63fefdaa8c767fe019da3f43b91b2916c3241a52 /embed.fnc | |
parent | 8d5a2b776c0bcd54f74daf2876ae0bd37e87f7c0 (diff) | |
download | perl-0b754184eac744bd93c1b9c338cbbfbc82fb7bd4.tar.gz |
‘Inline’ S_sv_unglob
S_sv_unglob is only called in one place, so inline it (but cheat, to
preserve blame history).
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1994,7 +1994,7 @@ pR |SV * |varname |NULLOK const GV *const gv|const char gvtype \ pX |void |sv_del_backref |NN SV *const tsv|NN SV *const sv #if defined(PERL_IN_SV_C) nsR |char * |uiv_2buf |NN char *const buf|const IV iv|UV uv|const int is_uv|NN char **const peob -s |void |sv_unglob |NN SV *const sv|U32 flags +i |void |sv_unglob |NN SV *const sv|U32 flags s |void |not_a_number |NN SV *const sv s |I32 |visit |NN SVFUNC_t f|const U32 flags|const U32 mask # ifdef DEBUGGING |