summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-09-25 02:04:43 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-09-25 02:04:43 +0000
commitfb147d3df28d2f00ed44f5bcaee34d08b9335455 (patch)
treecca9524d0cd47c9cbf6cdb57fcbe73fed36c15a8 /proto.h
parentcbe513803daab0c6011174b5ecf90ca7cd29deaa (diff)
downloadperl-fb147d3df28d2f00ed44f5bcaee34d08b9335455.tar.gz
missing file in last submit
p4raw-id: //depot/perl@1882
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/proto.h b/proto.h
index 6e54567734..1c33f7895c 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));