diff options
author | Andy Lester <andy@petdance.com> | 2005-10-30 18:04:59 -0600 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-10-31 10:18:15 +0000 |
commit | f5bd084c2c79901a2aea8ac589384123b5b7276d (patch) | |
tree | 04d09bbea59c7ca77d42cde0ec62ae160e5ec679 /proto.h | |
parent | 9244d4ad8d4fc2dc937da371d09c6041e465517d (diff) | |
download | perl-f5bd084c2c79901a2aea8ac589384123b5b7276d.tar.gz |
S_tokereport's unused parm
Message-ID: <20051031060459.GC10767@petdance.com>
p4raw-id: //depot/perl@25914
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -3697,9 +3697,7 @@ STATIC SV* S_new_constant(pTHX_ const char *s, STRLEN len, const char *key, SV * __attribute__nonnull__(pTHX_4); # if defined(DEBUGGING) -STATIC int S_tokereport(pTHX_ const char *s, I32 rv) - __attribute__nonnull__(pTHX_1); - +STATIC int S_tokereport(pTHX_ I32 rv); # endif STATIC int S_ao(pTHX_ int toketype); STATIC void S_depcom(pTHX); |