diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 1999-05-13 20:04:26 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 1999-05-13 20:04:26 +0000 |
commit | 47aa779ee4c1a50e927b23367536ef9b5d706729 (patch) | |
tree | df4b64c65aa58dc38be3b178a1430f595089ec1f /pp_ctl.c | |
parent | 5b51e982882955fe9d2346b8a1e1e66197fcdeee (diff) | |
download | perl-47aa779ee4c1a50e927b23367536ef9b5d706729.tar.gz |
valist vs va_list typo
p4raw-id: //depot/perl@3414
Diffstat (limited to 'pp_ctl.c')
-rw-r--r-- | pp_ctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)); |