Revision: 1153
Author: [email protected]
Date: Mon Mar  8 01:50:50 2010
Log: No need to set $. to 0 in load_profile_to_callback(), as it's always set in
load_perl_callback() before calling into Perl space.
http://code.google.com/p/perl-devel-nytprof/source/detail?r=1153

Modified:
 /trunk/NYTProf.xs

=======================================
--- /trunk/NYTProf.xs   Mon Mar  8 01:50:46 2010
+++ /trunk/NYTProf.xs   Mon Mar  8 01:50:50 2010
@@ -4617,7 +4617,6 @@
     state.base_state.input_chunk_seqn = 0;

state.input_chunk_seqn_sv = save_scalar(gv_fetchpv(".", GV_ADD, SVt_IV));
-    sv_setuv(state.input_chunk_seqn_sv, 0);

     i = C_ARRAY_LENGTH(state.tag_names);
     while (--i) {

--
You've received this message because you are subscribed to
the Devel::NYTProf Development User group.

Group hosted at:  http://groups.google.com/group/develnytprof-dev
Project hosted at:  http://perl-devel-nytprof.googlecode.com
CPAN distribution:  http://search.cpan.org/dist/Devel-NYTProf

To post, email:  [email protected]
To unsubscribe, email:  [email protected]

Reply via email to