diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-05-12 23:48:01 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-05-12 23:48:01 +0100 |
commit | 8d1c3e263ba02c52927c03abb5de6a47cf4a89f8 (patch) | |
tree | 74a3dcdb6f5064c07c61b0edd5b5532701accfe3 /embed.fnc | |
parent | fc5be80860a82ad959a33c8cf994f241b0c6c8be (diff) | |
download | perl-8d1c3e263ba02c52927c03abb5de6a47cf4a89f8.tar.gz |
Inline S_glob_2pv() into Perl_sv_2pv_flags(). (Existing bugs included.)
Change 27942 missed this. (675c862fe1d4abfd048dce5f1958cca54b16c501)
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -972,7 +972,6 @@ Apd |CV* |sv_2cv |NULLOK SV* sv|NN HV **const st|NN GV **const gvp \ Apd |IO* |sv_2io |NN SV *const sv #if defined(PERL_IN_SV_C) || defined(PERL_DECL_PROT) s |bool |glob_2number |NN GV* const gv -s |char* |glob_2pv |NN GV* const gv|NULLOK STRLEN * const len #endif Amb |IV |sv_2iv |NULLOK SV *sv Apd |IV |sv_2iv_flags |NULLOK SV *const sv|const I32 flags |