From: Gurusamy Sarathy Date: Fri, 25 Sep 1998 02:04:43 +0000 (+0000) Subject: missing file in last submit X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fb147d3df28d2f00ed44f5bcaee34d08b9335455;p=p5sagit%2Fp5-mst-13.2.git missing file in last submit p4raw-id: //depot/perl@1882 --- diff --git a/proto.h b/proto.h index 6e54567..1c33f78 100644 --- a/proto.h +++ b/proto.h @@ -705,10 +705,10 @@ SV *save_scalar_at _((SV **sptr)); IV asIV _((SV* sv)); UV asUV _((SV* sv)); SV *more_sv _((void)); -XPVIV *more_xiv _((void)); -XPVNV *more_xnv _((void)); -XPV *more_xpv _((void)); -XRV *more_xrv _((void)); +void more_xiv _((void)); +void more_xnv _((void)); +void more_xpv _((void)); +void more_xrv _((void)); XPVIV *new_xiv _((void)); XPVNV *new_xnv _((void)); XPV *new_xpv _((void));