Make get_db_sub non-static, and call it from pp_goto, which allows the
authorNicholas Clark <nick@ccl4.org>
Fri, 1 Dec 2006 22:51:22 +0000 (22:51 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 1 Dec 2006 22:51:22 +0000 (22:51 +0000)
commit005a8a35ce5b6191102f848d17a5c617740a685c
treee37187ba38761daa9b8ddf12d4e36cecd9ab07ab
parenta9ef256d686ebab6464dfd2ad06eb0aff1240f34
Make get_db_sub non-static, and call it from pp_goto, which allows the
removal of duplicate code. (The conversion of GvSV(PL_DBsub) to
GvSVn(PL_DBsub) implicit in this change should fix a failure with
Devel::SmallProf.)

p4raw-id: //depot/perl@29434
embed.fnc
embed.h
pp_ctl.c
pp_hot.c
proto.h