summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-06-14 13:39:45 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-06-14 13:39:45 +0000
commit953cdb4a8c192dad24419e2faad15e31948e48a6 (patch)
tree9a2cf4468103a1713ddd6d81982704a4ac412d24 /embed.fnc
parentbc3e8b6e7257ce0b7af7dcd5f3c2ff55a3b60ae3 (diff)
downloadperl-953cdb4a8c192dad24419e2faad15e31948e48a6.tar.gz
Followup on #19779: make the helper function static,
and rename it for paranoia reasons. p4raw-id: //depot/perl@19781
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 be08619186..b3efd6e3d4 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1236,6 +1236,7 @@ s |bool |utf8_mg_pos_init |SV *sv|MAGIC **mgp|STRLEN **cachep|I32 i|I32 *offsetp
sM |void |sv_release_COW |SV *sv|char *pvx|STRLEN cur|STRLEN len \
|U32 hash|SV *after
#endif
+sn |const char*|my_strnchr |const char* |int c |size_t
#endif
#if defined(PERL_IN_TOKE_C) || defined(PERL_DECL_PROT)