Author: gisle.aas
Date: Sun Oct 26 04:45:30 2008
New Revision: 553
Modified:
trunk/NYTProf.xs
Log:
Cleanup; Use named constant for TIME_BLOCK marker
Modified: trunk/NYTProf.xs
==============================================================================
--- trunk/NYTProf.xs (original)
+++ trunk/NYTProf.xs Sun Oct 26 04:45:30 2008
@@ -2835,7 +2835,7 @@
1-statement_discount
);
- if (c == '*') {
+ if (c == NYTP_TAG_TIME_BLOCK) {
unsigned int block_line_num = read_int();
unsigned int sub_line_num = read_int();
--~--~---------~--~----~------------~-------~--~----~
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]
-~----------~----~----~----~------~----~------~--~---