From: Rafael Garcia-Suarez Date: Tue, 30 Nov 2004 12:57:30 +0000 (+0000) Subject: Remove trailing whitespace that found their way in the docs X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=41dc7f24e0ff6dd681483ffec6cca8db96aae038;p=p5sagit%2Fp5-mst-13.2.git Remove trailing whitespace that found their way in the docs (spotted by Stas Bekman) p4raw-id: //depot/perl@23567 --- diff --git a/embed.fnc b/embed.fnc index 64d052f..45a61fa 100644 --- a/embed.fnc +++ b/embed.fnc @@ -756,7 +756,7 @@ Apd |STRLEN |sv_len_utf8 |SV* sv Apd |void |sv_magic |SV* sv|SV* obj|int how|const char* name \ |I32 namlen Apd |MAGIC *|sv_magicext |SV* sv|SV* obj|int how|MGVTBL *vtbl \ - | const char* name|I32 namlen + |const char* name|I32 namlen Apd |SV* |sv_mortalcopy |SV* oldsv Apd |SV* |sv_newmortal Apd |SV* |sv_newref |SV* sv diff --git a/pod/perlapi.pod b/pod/perlapi.pod index 9f43de0..1ac07ce 100644 --- a/pod/perlapi.pod +++ b/pod/perlapi.pod @@ -4311,7 +4311,7 @@ to contain an C and is stored as-is with its REFCNT incremented. (This is now used as a subroutine by C.) - MAGIC * sv_magicext(SV* sv, SV* obj, int how, MGVTBL *vtbl, const char* name, I32 namlen ) + MAGIC * sv_magicext(SV* sv, SV* obj, int how, MGVTBL *vtbl, const char* name, I32 namlen) =for hackers Found in file sv.c diff --git a/proto.h b/proto.h index 5897ead..3a9374f 100644 --- a/proto.h +++ b/proto.h @@ -722,7 +722,7 @@ PERL_CALLCONV int Perl_sv_isobject(pTHX_ SV* sv); PERL_CALLCONV STRLEN Perl_sv_len(pTHX_ SV* sv); PERL_CALLCONV STRLEN Perl_sv_len_utf8(pTHX_ SV* sv); PERL_CALLCONV void Perl_sv_magic(pTHX_ SV* sv, SV* obj, int how, const char* name, I32 namlen); -PERL_CALLCONV MAGIC * Perl_sv_magicext(pTHX_ SV* sv, SV* obj, int how, MGVTBL *vtbl, const char* name, I32 namlen ); +PERL_CALLCONV MAGIC * Perl_sv_magicext(pTHX_ SV* sv, SV* obj, int how, MGVTBL *vtbl, const char* name, I32 namlen); PERL_CALLCONV SV* Perl_sv_mortalcopy(pTHX_ SV* oldsv); PERL_CALLCONV SV* Perl_sv_newmortal(pTHX); PERL_CALLCONV SV* Perl_sv_newref(pTHX_ SV* sv);