summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-10-30 18:31:25 +0000
committerNicholas Clark <nick@ccl4.org>2005-10-30 18:31:25 +0000
commitd5b2b27b99d4ad8d4eeda4a420182b7cb89461aa (patch)
tree12f0f7cc0c23e789d35d2c716ad86e74c12be016 /embed.fnc
parent038e8d3c44243c2a2ae7cca24ca6b3918f23f942 (diff)
downloadperl-d5b2b27b99d4ad8d4eeda4a420182b7cb89461aa.tar.gz
Given that sv_nosharing performs the same function as sv_nolocking
and sv_unnolocking (ie sweet FA), we might as well use the 1 function to initialise all 3 variables, and elimiate the other two. For some reason all 3 are listed as being in the public API. Daft. p4raw-id: //depot/perl@25906
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc4
1 files changed, 2 insertions, 2 deletions
diff --git a/embed.fnc b/embed.fnc
index 0d6bce4b31..a2e8eb3fe3 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -988,8 +988,8 @@ pMX |int |sv_release_IVX |NN SV *sv
#endif
Adp |void |sv_nosharing |NULLOK SV *
-Adp |void |sv_nolocking |NULLOK SV *
-Adp |void |sv_nounlocking |NULLOK SV *
+Adpbm |void |sv_nolocking |NULLOK SV *
+Adpbm |void |sv_nounlocking |NULLOK SV *
Adp |int |nothreadhook
END_EXTERN_C