summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-07-19 11:35:22 +0200
committerNicholas Clark <nick@ccl4.org>2011-07-24 10:22:22 +0200
commitbf4d151523534b04dc46062538c22f81352449b0 (patch)
treef6e0db32465ba6b5faf20d82afdcade3f72ae645 /proto.h
parent3c234b35e38131ab43732c73a916f4adff580d8c (diff)
downloadperl-bf4d151523534b04dc46062538c22f81352449b0.tar.gz
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.)
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/proto.h b/proto.h
index 27788b52df..65c89ccde1 100644
--- a/proto.h
+++ b/proto.h
@@ -5008,8 +5008,6 @@ PERL_CALLCONV void Perl_pending_Slabs_to_ro(pTHX);
#if defined(PERL_DEFAULT_DO_EXEC3_IMPLEMENTATION)
/* PERL_CALLCONV bool Perl_do_exec(pTHX_ const char* cmd)
__attribute__nonnull__(pTHX_1); */
-#define PERL_ARGS_ASSERT_DO_EXEC \
- assert(cmd)
#endif
#if defined(PERL_DONT_CREATE_GVSV)