This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
S_op_destroy() was not static. Also tidy all other STATIC/static
authorNicholas Clark <nick@ccl4.org>
Thu, 5 Apr 2007 08:56:10 +0000 (08:56 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 5 Apr 2007 08:56:10 +0000 (08:56 +0000)
commit4136a0f799bd94dcf9c5197e35db53e3c3c012b5
tree20e438447bf3f7809af18d6fbf981b975ded0b1a
parenta1f22e0c11d435567d8b189336ae4f9dcc640eea
S_op_destroy() was not static. Also tidy all other STATIC/static
declarations onto the same line as the return type, to make checking
this easier.

p4raw-id: //depot/perl@30846
dump.c
op.c
pp_ctl.c
pp_pack.c