diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-09-25 02:04:43 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-09-25 02:04:43 +0000 |
commit | fb147d3df28d2f00ed44f5bcaee34d08b9335455 (patch) | |
tree | cca9524d0cd47c9cbf6cdb57fcbe73fed36c15a8 /proto.h | |
parent | cbe513803daab0c6011174b5ecf90ca7cd29deaa (diff) | |
download | perl-fb147d3df28d2f00ed44f5bcaee34d08b9335455.tar.gz |
missing file in last submit
p4raw-id: //depot/perl@1882
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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)); |