summaryrefslogtreecommitdiff
path: root/ext/Devel/DProf
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-10-12 04:50:52 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-10-12 04:50:52 +0000
commite1f15930cb6cb2f68ab17efdb7c081df813554a9 (patch)
treeacf3731484333ee802f786291beda23d50fffed2 /ext/Devel/DProf
parent04dc9db9ad04317b0c2997dfa065b4061e90e683 (diff)
downloadperl-e1f15930cb6cb2f68ab17efdb7c081df813554a9.tar.gz
various cleanups
p4raw-id: //depot/perl@4350
Diffstat (limited to 'ext/Devel/DProf')
-rw-r--r--ext/Devel/DProf/DProf.xs4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/Devel/DProf/DProf.xs b/ext/Devel/DProf/DProf.xs
index 220a1e2e92..533f94b5bf 100644
--- a/ext/Devel/DProf/DProf.xs
+++ b/ext/Devel/DProf/DProf.xs
@@ -471,7 +471,7 @@ test_time(clock_t *r, clock_t *u, clock_t *s)
}
static void
-prof_recordheader()
+prof_recordheader(void)
{
clock_t r, u, s;
@@ -498,7 +498,7 @@ prof_recordheader()
}
static void
-prof_record()
+prof_record(void)
{
/* fp is opened in the BOOT section */