summaryrefslogtreecommitdiff
path: root/toke.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 /toke.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 'toke.c')
-rw-r--r--toke.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toke.c b/toke.c
index 3c9c5f3ed7..28c71ff452 100644
--- a/toke.c
+++ b/toke.c
@@ -175,7 +175,7 @@ int yyactlevel = -1;
/* grandfather return to old style */
#define OLDLOP(f) return(yylval.ival=f,PL_expect = XTERM,PL_bufptr = s,(int)LSTOP)
-void
+STATIC void
S_tokereport(pTHX_ char *thing, char* s, I32 rv)
{
SV *report;