diff options
author | Marcus Holland-Moritz <mhx-perl@gmx.net> | 2003-12-17 14:26:52 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-12-17 21:36:36 +0000 |
commit | ee956dc206f0a1e3495f116d23b007edb948e192 (patch) | |
tree | 43827dcad0a3cadd1c42e6c987e159e2feb7acc2 /global.sym | |
parent | a0e036c16d5e0642a9302fbca6f6e2831b38dc7c (diff) | |
download | perl-ee956dc206f0a1e3495f116d23b007edb948e192.tar.gz |
arguments for perl_clone()
From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
Message-ID: <055701c3c499$11144f90$8cecfe91@R2D2>
p4raw-id: //depot/perl@21922
Diffstat (limited to 'global.sym')
-rw-r--r-- | global.sym | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global.sym b/global.sym index b79b946675..b9a65d2b96 100644 --- a/global.sym +++ b/global.sym @@ -156,7 +156,6 @@ Perl_hv_iternext_flags Perl_hv_iterval Perl_hv_ksplit Perl_hv_magic -Perl_hv_scalar Perl_hv_store Perl_hv_store_ent Perl_hv_store_flags @@ -667,3 +666,4 @@ Perl_PerlIO_stderr Perl_save_set_svflags Perl_hv_assert Perl_hv_clear_placeholders +Perl_hv_scalar |