summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-06-23 18:00:38 +0000
committerNicholas Clark <nick@ccl4.org>2005-06-23 18:00:38 +0000
commit0abe3f7c711f6721217c5d47ec581395dd1981da (patch)
tree6f42d72da1e1c364216a370f263ccb6058d92dcc /embed.fnc
parent433f2541b8f5648227bfd63195be86e0e194a278 (diff)
downloadperl-0abe3f7c711f6721217c5d47ec581395dd1981da.tar.gz
The current implementation of :unique is fundamentally flawed,
because declaring a scalar READONLY does not stop it being modified. Hence the current implementation of :unique is *not threadsafe* D'oh! Better implementations welcome. p4raw-id: //depot/perl@24962
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc3
1 files changed, 0 insertions, 3 deletions
diff --git a/embed.fnc b/embed.fnc
index c05c4220ac..914a6ff65a 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1244,9 +1244,6 @@ s |int |sv_2iuv_non_preserve |SV *sv|I32 numtype
# endif
sR |I32 |expect_number |NN char** pattern
#
-# if defined(USE_ITHREADS)
-s |SV* |gv_share |SV *sv|CLONE_PARAMS *param
-# endif
s |bool |utf8_mg_pos |NN SV *sv|NN MAGIC **mgp|NN STRLEN **cachep \
|I32 i|NN I32 *offsetp|I32 uoff \
|NN const U8 **sp|NN const U8 *start \