summaryrefslogtreecommitdiff
path: root/op.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-06-02 00:48:50 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-06-02 00:48:50 +0000
commitba106d47906768b6e657462b9a484fe0c3a0f0d5 (patch)
treefe43417a2002a0c21277647d86a96e9b4b23368f /op.c
parent58a40671cc13fcd5c38641be59cb1e7f87a5e905 (diff)
downloadperl-ba106d47906768b6e657462b9a484fe0c3a0f0d5.tar.gz
remove stray K&R-isms
p4raw-id: //depot/perl@3515
Diffstat (limited to 'op.c')
-rw-r--r--op.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/op.c b/op.c
index 3914245703..88cc607daf 100644
--- a/op.c
+++ b/op.c
@@ -3638,8 +3638,7 @@ cv_undef(CV *cv)
#ifdef DEBUG_CLOSURES
STATIC void
-cv_dump(cv)
-CV* cv;
+cv_dump(CV *cv)
{
CV *outside = CvOUTSIDE(cv);
AV* padlist = CvPADLIST(cv);