diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-06-02 00:48:50 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-06-02 00:48:50 +0000 |
commit | ba106d47906768b6e657462b9a484fe0c3a0f0d5 (patch) | |
tree | fe43417a2002a0c21277647d86a96e9b4b23368f /op.c | |
parent | 58a40671cc13fcd5c38641be59cb1e7f87a5e905 (diff) | |
download | perl-ba106d47906768b6e657462b9a484fe0c3a0f0d5.tar.gz |
remove stray K&R-isms
p4raw-id: //depot/perl@3515
Diffstat (limited to 'op.c')
-rw-r--r-- | op.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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); |