Remove the strlen in doopen_pm() by passing in the length. (As we know
authorNicholas Clark <nick@ccl4.org>
Tue, 9 Oct 2007 20:06:57 +0000 (20:06 +0000)
committerNicholas Clark <nick@ccl4.org>
Tue, 9 Oct 2007 20:06:57 +0000 (20:06 +0000)
commit0786552a25399b1ea99930f794f6bf1973823a24
tree2eb83e0f108ce251d965a7f5376728055ac8cdf9
parent50b8ed39c726ebc47ad88ac004e8c85b9833a11a
Remove the strlen in doopen_pm() by passing in the length. (As we know
it already in the caller). Remove the unchanging mode parameter from
doopen_pm() and check_type_and_open(), as it's always PERL_SCRIPT_MODE.

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