Revision: 1154
Author: [email protected]
Date: Mon Mar 8 03:08:48 2010
Log: NYTP_start_deflate_write_tag_comment() needs to be wrapped with #ifdef
HAS_ZLIB
http://code.google.com/p/perl-devel-nytprof/source/detail?r=1154
Modified:
/trunk/FileHandle.xs
=======================================
--- /trunk/FileHandle.xs Mon Mar 8 01:48:13 2010
+++ /trunk/FileHandle.xs Mon Mar 8 03:08:48 2010
@@ -795,6 +795,8 @@
return NYTP_write_attribute_string(ofile, key, key_len, buffer, len);
}
+
+#ifdef HAS_ZLIB
size_t
NYTP_start_deflate_write_tag_comment(NYTP_file ofile, int
compression_level) {
@@ -816,6 +818,8 @@
return total;
}
+
+#endif
size_t
NYTP_write_process_start(NYTP_file ofile, unsigned int pid, unsigned int
ppid,
--
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]