diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-03-18 19:08:40 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-03-18 19:08:40 +0000 |
commit | b413dadb71480ce3811e812a239281bccefa261b (patch) | |
tree | 8c980bb5a7ab704f0859cfe55e81e499a7ca69bd /global.sym | |
parent | 4bdde8691a3f1113fb76c4bd951a489c520a1a24 (diff) | |
download | perl-b413dadb71480ce3811e812a239281bccefa261b.tar.gz |
Add newSVuv().
p4raw-id: //depot/cfgperl@5803
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 7a97668caf..95e7775609 100644 --- a/global.sym +++ b/global.sym @@ -272,6 +272,7 @@ Perl_newSV Perl_newSVREF Perl_newSVOP Perl_newSViv +Perl_newSVuv Perl_newSVnv Perl_newSVpv Perl_newSVpvn |