diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-12-01 22:28:11 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-12-01 22:28:11 +0000 |
commit | a9ef256d686ebab6464dfd2ad06eb0aff1240f34 (patch) | |
tree | 16afeb0a38057ec7b2810d2b5129ed25233aa258 /embed.fnc | |
parent | 2adc4a427a258fb352ae019b2f0f41d98117e1d3 (diff) | |
download | perl-a9ef256d686ebab6464dfd2ad06eb0aff1240f34.tar.gz |
Remove the pp_entersub specific logic from S_get_db_sub.
p4raw-id: //depot/perl@29433
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1277,7 +1277,7 @@ s |OP* |do_smartmatch |NULLOK HV* seen_this|NULLOK HV* seen_other #if defined(PERL_IN_PP_HOT_C) || defined(PERL_DECL_PROT) s |void |do_oddball |NN HV *hash|NN SV **relem|NN SV **firstrelem -sR |CV* |get_db_sub |NN SV **svp|NN CV *cv +s |void |get_db_sub |NN SV **svp|NN CV *cv sR |SV* |method_common |NN SV* meth|NULLOK U32* hashp #endif |