From: Norton T. Allen Date: Wed, 3 Jun 1998 15:09:14 +0000 (-0400) Subject: _66 proto.h X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=72cabb3d1d07a44d78696e19cb3afe98319ba764;p=p5sagit%2Fp5-mst-13.2.git _66 proto.h Message-Id: <199806031909.PAA04358@bottesini.harvard.edu> p4raw-id: //depot/perl@1095 --- diff --git a/proto.h b/proto.h index 083290c..22f49a4 100644 --- a/proto.h +++ b/proto.h @@ -358,6 +358,7 @@ VIRTUAL OP* newSVOP _((I32 type, I32 flags, SV* sv)); VIRTUAL SV* newSViv _((IV i)); VIRTUAL SV* newSVnv _((double n)); VIRTUAL SV* newSVpv _((char* s, STRLEN len)); +VIRTUAL SV* newSVpvn _((char *s, STRLEN len)); VIRTUAL SV* newSVpvf _((const char* pat, ...)); VIRTUAL SV* newSVrv _((SV* rv, char* classname)); VIRTUAL SV* newSVsv _((SV* old)); @@ -672,7 +673,6 @@ void sv_mortalgrow _((void)); void sv_unglob _((SV* sv)); void sv_check_thinkfirst _((SV *sv)); -SV *newSVpvn _((char *s, STRLEN len)); void sv_catpv_mg _((SV *sv, char *ptr)); void sv_catpvf_mg _((SV *sv, const char* pat, ...));