summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2006-05-03 08:25:27 +0000
committerSteve Hay <SteveHay@planit.com>2006-05-03 08:25:27 +0000
commit0b0c55ab0a3e8da50e366c0d5292769452b6fc73 (patch)
tree63fc793f514bcaa46661122c2eb686dd5b5f1494 /embed.fnc
parent17565ddb77715b86d62f60ad9d694a05bd5babba (diff)
downloadperl-0b0c55ab0a3e8da50e366c0d5292769452b6fc73.tar.gz
Make Perl_unshare_hek visible to core extensions without being public
See the comments in: http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-04/msg00480.html (which were put into practice in changes #27800 and #27848) p4raw-link: @27800 on //depot/perl: 1242dfaee525d4d0ab20ac8ae62b3f0de03fa88e p4raw-id: //depot/perl@28073
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index cf10e1be74..02feb6512d 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -886,7 +886,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
-Ap |void |unshare_hek |NULLOK HEK* hek
+XEp |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