diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-03-12 15:30:39 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-03-12 15:30:39 +0000 |
commit | 78197f2f0be4032ad7e6a84098d111f4dfcbfbca (patch) | |
tree | 3c3439978884e2de21c44f5caae67af10abcdf80 /embed.fnc | |
parent | 2b3bde2ad9294c4485b66964767449c3e28d218b (diff) | |
download | perl-78197f2f0be4032ad7e6a84098d111f4dfcbfbca.tar.gz |
With the demise of ByteLoader in blead, unshare_hek can return to the
backwaters of 'p'. Not being visible to 'EX'tensions means that there's
less exposure to maintenance compatibility concerns.
p4raw-id: //depot/perl@30552
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -913,7 +913,7 @@ Apd |I32 |unpack_str |NN const char *pat|NN const char *patend|NN const char *s Apd |I32 |unpackstring |NN const char *pat|NN const char *patend|NN const char *s \ |NN const char *strend|U32 flags Ap |void |unsharepvn |NULLOK const char* sv|I32 len|U32 hash -XEp |void |unshare_hek |NULLOK HEK* hek +p |void |unshare_hek |NULLOK HEK* hek #ifdef PERL_MAD p |OP * |utilize |int aver|I32 floor|NULLOK OP* version \ |NN OP* idop|NULLOK OP* arg |