summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorAndy Lester <andy@petdance.com>2005-10-30 18:04:59 -0600
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-10-31 10:18:15 +0000
commitf5bd084c2c79901a2aea8ac589384123b5b7276d (patch)
tree04d09bbea59c7ca77d42cde0ec62ae160e5ec679 /proto.h
parent9244d4ad8d4fc2dc937da371d09c6041e465517d (diff)
downloadperl-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.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/proto.h b/proto.h
index fe6575777f..3aa73de9b2 100644
--- a/proto.h
+++ b/proto.h
@@ -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);