diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-07-07 07:02:21 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-07-07 07:02:21 +0000 |
commit | daad78fc377a1f13c3b53f9a0c2196bdd763b063 (patch) | |
tree | 188ea698d8beb1fe21a01da8de0c93df93ee32b9 /global.sym | |
parent | 31614b38d9fba0db72d123e45dbaaac5b4fe5c03 (diff) | |
download | perl-daad78fc377a1f13c3b53f9a0c2196bdd763b063.tar.gz |
Make Perl_find_runcv a member of the public API
(so Sub::Current works on Windows)
p4raw-id: //depot/perl@31548
Diffstat (limited to 'global.sym')
-rw-r--r-- | global.sym | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/global.sym b/global.sym index ee302b08ec..7b0a18b3e9 100644 --- a/global.sym +++ b/global.sym @@ -730,6 +730,7 @@ Perl_PerlIO_stdin Perl_PerlIO_stdout Perl_PerlIO_stderr Perl_pad_push +Perl_find_runcv Perl_save_set_svflags Perl_hv_assert Perl_hv_scalar |