Revision: 933 Author: tim.bunce Date: Mon Dec 7 14:08:47 2009 Log: Fixed to build with later 5.9.x's, thanks to Nicholas Clark.
http://code.google.com/p/perl-devel-nytprof/source/detail?r=933 Modified: /trunk/NYTProf.xs ======================================= --- /trunk/NYTProf.xs Sat Dec 5 07:55:12 2009 +++ /trunk/NYTProf.xs Mon Dec 7 14:08:47 2009 @@ -1567,7 +1567,7 @@ break; #ifdef CXt_LOOP case CXt_LOOP: -# if (PERL_VERSION < 10) +# if (PERL_VERSION < 10) || (PERL_VERSION == 9 && !defined(CX_LOOP_NEXTOP_GET)) start_op = cx->blk_loop.redo_op; # else start_op = cx->blk_loop.my_op->op_redoop; -- 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]
