This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
do_exec needs no compatibility version in mathoms.c as it's not in the API.
authorNicholas Clark <nick@ccl4.org>
Tue, 19 Jul 2011 09:35:22 +0000 (11:35 +0200)
committerNicholas Clark <nick@ccl4.org>
Sun, 24 Jul 2011 08:22:22 +0000 (10:22 +0200)
commitbf4d151523534b04dc46062538c22f81352449b0
treef6e0db32465ba6b5faf20d82afdcade3f72ae645
parent3c234b35e38131ab43732c73a916f4adff580d8c
do_exec needs no compatibility version in mathoms.c as it's not in the API.

9555a685dbd794b0 replaced it with a macro and added the full-name version in
mathoms.c to retain compatibility with any program whose source code uses
the full name. However, as do_exec was never in the API, no program would be
using it. (It's also unconditionally explicitly not exported on various
platforms including Win32. Google Codesearch and grep.cpan.me find no users
of it outside the core.)
embed.fnc
global.sym
mathoms.c
proto.h