diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-03-24 11:29:41 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-03-24 11:29:41 +0000 |
commit | c60e0e098045567c2313456d074b4094292b050c (patch) | |
tree | 896b1b3ba573156a10390adcfe334f2d977086b3 /perlapi.c | |
parent | f6c77cf1bf4d7cb2c7a64dd7608120b471f84062 (diff) | |
download | perl-c60e0e098045567c2313456d074b4094292b050c.tar.gz |
Generated files.
p4raw-id: //depot/perlio@9319
Diffstat (limited to 'perlapi.c')
-rw-r--r-- | perlapi.c | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1684,6 +1684,13 @@ Perl_my_popen(pTHXo_ char* cmd, char* mode) { return ((CPerlObj*)pPerl)->Perl_my_popen(cmd, mode); } + +#undef Perl_my_popen_list +PerlIO* +Perl_my_popen_list(pTHXo_ char* mode, int n, SV ** args) +{ + return ((CPerlObj*)pPerl)->Perl_my_popen_list(mode, n, args); +} #endif #undef Perl_my_setenv |