In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/73758d77f195684a5288d4a5ba4f2717f414d685?hp=5e4d35e6a1433c40af04b9831677295b833a0047>

- Log -----------------------------------------------------------------
commit 73758d77f195684a5288d4a5ba4f2717f414d685
Author: bulk88 (via RT) <[email protected]>
Date:   Tue Jan 15 21:54:30 2013 -0800

    PATCH: [perl 116411]: code comment for commit 518a5310cc "Silence a 
MSVC++-specific warning"
    
    There is no written investigation to google up for
    the record. I don't want to forget that the #ifdef is benign and
    accidentally reinvestigate it in the future. .text section of
    perl517.dll was 0xC013F before and after the commit. No change.
    
    -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 embed.fnc |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/embed.fnc b/embed.fnc
index 9495849..1fd1f4e 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -784,6 +784,8 @@ p   |int    |magic_getvec   |NN SV* sv|NN MAGIC* mg
 p      |int    |magic_nextpack |NN SV *sv|NN MAGIC *mg|NN SV *key
 p      |U32    |magic_regdata_cnt|NN SV* sv|NN MAGIC* mg
 p      |int    |magic_regdatum_get|NN SV* sv|NN MAGIC* mg
+:removing noreturn to silence a warning for this function resulted in no
+:change to the interpreter DLL image under VS 2003 -O1 -GL 32 bits
 #ifdef _MSC_VER
 p      |int    |magic_regdatum_set|NN SV* sv|NN MAGIC* mg
 #else

--
Perl5 Master Repository

Reply via email to