summaryrefslogtreecommitdiff
path: root/sv.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2001-02-07 00:27:47 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2001-02-08 19:17:45 +0000
commit2d00ba3b0698d48a7824233ce83549199a976c3e (patch)
treeb6272b7f03cdf658478e81f8b5367a63d25b65db /sv.c
parenta0739874a58147af36c59eb6d5d23113ccab3a9e (diff)
downloadperl-2d00ba3b0698d48a7824233ce83549199a976c3e.tar.gz
[ID 20010206.010] S_ functions not declared STATIC
Message-Id: <20010207002747.B63724@plum.flirble.org> p4raw-id: //depot/perl@8714
Diffstat (limited to 'sv.c')
-rw-r--r--sv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sv.c b/sv.c
index 40fa5caaf6..9fc33862ef 100644
--- a/sv.c
+++ b/sv.c
@@ -6718,7 +6718,7 @@ Perl_sv_vsetpvfn(pTHX_ SV *sv, const char *pat, STRLEN patlen, va_list *args, SV
sv_vcatpvfn(sv, pat, patlen, args, svargs, svmax, maybe_tainted);
}
-I32
+STATIC I32
S_expect_number(pTHX_ char** pattern)
{
I32 var = 0;