summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-04-06 16:07:03 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-04-06 16:07:03 +0000
commitd801dff74feb2fc61da8767d02904068cb16ca74 (patch)
treea4e70557d6703ed1aed4c47201fe5b61a9232c93 /embed.fnc
parent6e9d51d563fcb7253665307692cb1cef8dc78f34 (diff)
downloadperl-d801dff74feb2fc61da8767d02904068cb16ca74.tar.gz
Make hv_notallowed a static as suggested by Nicholas Clark;
and synchronize the nomenclature to talk about restricted (not fixed) hashes. p4raw-id: //depot/perl@15758
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed.fnc b/embed.fnc
index a5b29c2cdf..d1a8185e58 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -994,6 +994,7 @@ s |SV** |hv_store_flags |HV* tb|const char* key|I32 klen|SV* val \
|U32 hash|int flags
s |SV** |hv_fetch_flags |HV* tb|const char* key|I32 klen|I32 lval \
|int flags
+s |void |hv_notallowed |int flags|const char *key|I32 klen|const char *msg
#endif
#if defined(PERL_IN_MG_C) || defined(PERL_DECL_PROT)