summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorMarcus Holland-Moritz <mhx-perl@gmx.net>2003-06-15 12:48:40 +0200
committerJarkko Hietaniemi <jhi@iki.fi>2003-06-15 07:41:23 +0000
commit94330da298089e668ae1ded0e8f984462f3f70b3 (patch)
treed924f6cd728f10c602b8249e6f38e8f53a77cb46 /proto.h
parent8bdbb4723ae10faa8f5ebfec78d78879f0c6b8e1 (diff)
downloadperl-94330da298089e668ae1ded0e8f984462f3f70b3.tar.gz
Re: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn()
From: "Marcus Holland-Moritz" <mhx-perl@gmx.net> Message-ID: <004a01c3331a$ec001320$3445eed9@R2D2> p4raw-id: //depot/perl@19786
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index 880e269ab0..1f03b3bdaa 100644
--- a/proto.h
+++ b/proto.h
@@ -1186,7 +1186,6 @@ STATIC bool S_utf8_mg_pos_init(pTHX_ SV *sv, MAGIC **mgp, STRLEN **cachep, I32 i
#if defined(PERL_COPY_ON_WRITE)
STATIC void S_sv_release_COW(pTHX_ SV *sv, char *pvx, STRLEN cur, STRLEN len, U32 hash, SV *after);
#endif
-STATIC const char* S_my_strnchr(const char*, int c, size_t);
#endif
#if defined(PERL_IN_TOKE_C) || defined(PERL_DECL_PROT)