diff options
author | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1997-05-26 11:38:45 +0000 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1997-05-26 11:38:45 +0000 |
commit | 5bc6513ddd9360f3cbfa6bf29425e38b658230f5 (patch) | |
tree | 5ee77e4046c2720ba400fddad7f9ff89e77b1126 /global.sym | |
parent | 97fcbf9696d4cdc3d47f383b99d9840ccb39c616 (diff) | |
download | perl-5bc6513ddd9360f3cbfa6bf29425e38b658230f5.tar.gz |
Add avhv_store_ent. Add missing avhv_* to global.sym.
p4raw-id: //depot/perl@20
Diffstat (limited to 'global.sym')
-rw-r--r-- | global.sym | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/global.sym b/global.sym index 1a8dd7f231..27d80c5dc3 100644 --- a/global.sym +++ b/global.sym @@ -303,13 +303,17 @@ append_list apply assertref avhv_delete +avhv_delete_ent avhv_exists +avhv_exists_ent avhv_fetch +avhv_fetch_ent avhv_iterinit avhv_iternext avhv_iternextsv avhv_iterval avhv_store +avhv_store_ent av_clear av_extend av_fake |