diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-12-20 20:58:25 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-12-20 20:58:25 +0000 |
commit | 3bdcbd26ea8ce137a02a61d6364dbbb1afb63c19 (patch) | |
tree | d69f11c92b9805d558a45fb1e5feb966cf262094 /embed.fnc | |
parent | e50442680d33320e3fd67b1adf0559812a28c98e (diff) | |
download | perl-3bdcbd26ea8ce137a02a61d6364dbbb1afb63c19.tar.gz |
Correct the embed.fnc descriptions of newAV() and newHV() - they do not
return memory allocated à la malloc(), as it comes from an arena.
p4raw-id: //depot/perl@32679
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -565,7 +565,7 @@ ApM |CV * |newXS_flags |NULLOK const char *name|NN XSUBADDR_t subaddr\ |NN const char *const filename \ |NULLOK const char *const proto|U32 flags Apd |CV* |newXS |NULLOK const char* name|NN XSUBADDR_t f|NN const char* filename -Amdba |AV* |newAV +AmdbR |AV* |newAV Apa |OP* |newAVREF |NN OP* o Apa |OP* |newBINOP |I32 type|I32 flags|NULLOK OP* first|NULLOK OP* last Apa |OP* |newCVREF |I32 flags|NULLOK OP* o @@ -573,7 +573,7 @@ Apa |OP* |newGVOP |I32 type|I32 flags|NN GV* gv Apa |GV* |newGVgen |NN const char* pack Apa |OP* |newGVREF |I32 type|NULLOK OP* o ApaR |OP* |newHVREF |NN OP* o -AmdbaR |HV* |newHV +AmdbR |HV* |newHV ApaR |HV* |newHVhv |NULLOK HV* hv Apa |IO* |newIO Apa |OP* |newLISTOP |I32 type|I32 flags|NULLOK OP* first|NULLOK OP* last |