summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2018-11-20 15:30:20 +1100
committerTony Cook <tony@develop-help.com>2018-11-26 13:48:36 +1100
commit404395d24bc87890c7d978622296b9925a347aa0 (patch)
tree4827c735931451b9105ca32b90c28260fc93cc79 /embed.h
parent3a56a99d41d6fbc76d3de73c647f90cf10ea1992 (diff)
downloadperl-404395d24bc87890c7d978622296b9925a347aa0.tar.gz
(perl #133659) move argvout cleanup to a new function
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed.h b/embed.h
index 4cc97126bd..ffa5b1d581 100644
--- a/embed.h
+++ b/embed.h
@@ -1755,6 +1755,7 @@
#define deb_stack_n(a,b,c,d,e) S_deb_stack_n(aTHX_ a,b,c,d,e)
# endif
# if defined(PERL_IN_DOIO_C)
+#define argvout_final(a,b,c) S_argvout_final(aTHX_ a,b,c)
#define exec_failed(a,b,c) S_exec_failed(aTHX_ a,b,c)
#define ingroup(a,b) S_ingroup(aTHX_ a,b)
#define openn_cleanup(a,b,c,d,e,f,g,h,i,j,k,l,m) S_openn_cleanup(aTHX_ a,b,c,d,e,f,g,h,i,j,k,l,m)