Revision: 978 Author: tim.bunce Date: Fri Dec 18 13:05:51 2009 Log: Added use of ppport.h to give compatibility to older perls
http://code.google.com/p/perl-devel-nytprof/source/detail?r=978 Modified: /trunk/FileHandle.xs ======================================= --- /trunk/FileHandle.xs Fri Dec 18 09:04:20 2009 +++ /trunk/FileHandle.xs Fri Dec 18 13:05:51 2009 @@ -23,6 +23,10 @@ #include "FileHandle.h" #include "NYTProf.h" +#define NEED_newRV_noinc +#define NEED_sv_2pvbyte +#include "ppport.h" + #ifdef HAS_ZLIB # include <zlib.h> #endif -- 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]
