Author: gisle.aas
Date: Sun Oct 26 04:45:23 2008
New Revision: 552
Modified:
trunk/NYTProf.xs
Log:
Cleanup; load_profile_data_from_file do need a filename argument
Modified: trunk/NYTProf.xs
==============================================================================
--- trunk/NYTProf.xs (original)
+++ trunk/NYTProf.xs Sun Oct 26 04:45:23 2008
@@ -3272,7 +3272,7 @@
PROTOTYPES: DISABLE
HV*
-load_profile_data_from_file(file=NULL)
+load_profile_data_from_file(file)
char *file;
CODE:
if (trace_level)
--~--~---------~--~----~------------~-------~--~----~
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]
-~----------~----~----~----~------~----~------~--~---