From: Nick Ing-Simmons Date: Thu, 13 May 1999 20:04:26 +0000 (+0000) Subject: valist vs va_list typo X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=47aa779ee4c1a50e927b23367536ef9b5d706729;p=p5sagit%2Fp5-mst-13.2.git valist vs va_list typo p4raw-id: //depot/perl@3414 --- diff --git a/pp_ctl.c b/pp_ctl.c index e279bca..a61060a 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 _((valist args)); +static void *docatch_body _((va_list args)); static OP *docatch _((OP *o)); static OP *dofindlabel _((OP *o, char *label, OP **opstack, OP **oplimit)); static void doparseform _((SV *sv));