summaryrefslogtreecommitdiff
path: root/pp_ctl.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-05-13 14:16:56 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-05-13 14:16:56 +0000
commit5b51e982882955fe9d2346b8a1e1e66197fcdeee (patch)
tree03943d3800c0dd77f02097ea164143d3ab12978b /pp_ctl.c
parentc73bf8e3ece265b261438c8090fb5ecbf0977587 (diff)
downloadperl-5b51e982882955fe9d2346b8a1e1e66197fcdeee.tar.gz
docatch_body() declaration mismatch
p4raw-id: //depot/perl@3411
Diffstat (limited to 'pp_ctl.c')
-rw-r--r--pp_ctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp_ctl.c b/pp_ctl.c
index 621024a97d..e279bcad42 100644
--- a/pp_ctl.c
+++ b/pp_ctl.c
@@ -29,7 +29,7 @@
#define CALLOP this->*PL_op
#else
#define CALLOP *PL_op
-static void *docatch_body _((void *o));
+static void *docatch_body _((valist args));
static OP *docatch _((OP *o));
static OP *dofindlabel _((OP *o, char *label, OP **opstack, OP **oplimit));
static void doparseform _((SV *sv));