diff options
author | Matthias Ulrich Neeracher <neeracher@mac.com> | 1998-01-31 07:32:42 +0100 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1998-02-06 16:42:53 +0000 |
commit | 9da1e3b5d1d609c7d834473bb3d3269a772dff38 (patch) | |
tree | 9a4416d2c5d2f3df30fc606d5a273def09434870 /global.sym | |
parent | 1acf53c5de4d6d234e2d70be90a7503dee9a9c3d (diff) | |
download | perl-9da1e3b5d1d609c7d834473bb3d3269a772dff38.tar.gz |
adding the newSVpvn API function
p4raw-id: //depot/perl@473
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 979f8d1818..27fe565d11 100644 --- a/global.sym +++ b/global.sym @@ -490,6 +490,7 @@ newSVREF newSViv newSVnv newSVpv +newSVpvn newSVpvf newSVrv newSVsv |