diff options
author | Nicholas Clark <nick@ccl4.org> | 2001-02-07 00:27:47 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-02-08 19:17:45 +0000 |
commit | 2d00ba3b0698d48a7824233ce83549199a976c3e (patch) | |
tree | b6272b7f03cdf658478e81f8b5367a63d25b65db /toke.c | |
parent | a0739874a58147af36c59eb6d5d23113ccab3a9e (diff) | |
download | perl-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |