This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
If PERL_DISABLE_PMC is defined, doopen_pm() is just a direct call to
authorNicholas Clark <nick@ccl4.org>
Tue, 9 Oct 2007 21:32:50 +0000 (21:32 +0000)
committerNicholas Clark <nick@ccl4.org>
Tue, 9 Oct 2007 21:32:50 +0000 (21:32 +0000)
commit75c20bacb9ae327aacf009e8bfd9ed768a1e07b1
tree95ef0d13a76f6ee3482b8c22c68f6f2e5781812d
parentb640a14ad99660810209db046b8d70831781c646
If PERL_DISABLE_PMC is defined, doopen_pm() is just a direct call to
check_type_and_open(). So for this case make it a macro, to save a
level of function call.

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