Author: steve.peters
Date: Fri Nov 28 13:59:41 2008
New Revision: 633
Modified:
trunk/NYTProf.xs
Log:
Clean up some function prototypes.
Modified: trunk/NYTProf.xs
==============================================================================
--- trunk/NYTProf.xs (original)
+++ trunk/NYTProf.xs Fri Nov 28 13:59:41 2008
@@ -276,7 +276,7 @@
#define output_int(i) output_tag_int(NYTP_TAG_NO_TAG, (unsigned
int)(i))
static void output_str(char *str, I32 len);
static void output_nv(NV nv);
-static unsigned int read_int();
+static unsigned int read_int(void);
static SV *read_str(pTHX_ SV *sv);
static unsigned int get_file_id(pTHX_ char*, STRLEN, int created_via);
static void DB_stmt(pTHX_ OP *op);
@@ -286,7 +286,7 @@
static void finish_profile(pTHX);
static void open_output_file(pTHX_ char *);
static int reinit_if_forked(pTHX);
-static void write_cached_fids();
+static void write_cached_fids(void);
static void write_sub_line_ranges(pTHX);
static void write_sub_callers(pTHX);
static HV *load_profile_data_from_stream(SV* cb);
--~--~---------~--~----~------------~-------~--~----~
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]
-~----------~----~----~----~------~----~------~--~---