summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-11-26 15:41:49 +0000
committerNicholas Clark <nick@ccl4.org>2008-11-26 15:41:49 +0000
commit12e93c28cc74b0b04b280450aa12fee787cfbe3b (patch)
tree2108aee82c9599ffd869490c2bdd05e200ca0fc7 /embed.fnc
parent7d0905b9233398f3457f3ad755f2e0ad2e0e3d95 (diff)
downloadperl-12e93c28cc74b0b04b280450aa12fee787cfbe3b.tar.gz
"If it's not private, it's public somehow." states Rafael. The most
reliable way I can see to keep our (unsupported) privates private is to make them static whenever we can. p4raw-id: //depot/perl@34918
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 d9eb78e0b4..8a736beb0e 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -445,7 +445,7 @@ Ap |void |op_null |NN OP* o
EXp |void |op_clear |NN OP* o
Ap |void |op_refcnt_lock
Ap |void |op_refcnt_unlock
-p |OP* |linklist |NN OP* o
+s |OP* |linklist |NN OP *o
p |OP* |list |NULLOK OP* o
p |OP* |listkids |NULLOK OP* o
Apd |void |load_module|U32 flags|NN SV* name|NULLOK SV* ver|...