summaryrefslogtreecommitdiff
path: root/dump.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2007-04-05 08:56:10 +0000
committerNicholas Clark <nick@ccl4.org>2007-04-05 08:56:10 +0000
commit4136a0f799bd94dcf9c5197e35db53e3c3c012b5 (patch)
tree20e438447bf3f7809af18d6fbf981b975ded0b1a /dump.c
parenta1f22e0c11d435567d8b189336ae4f9dcc640eea (diff)
downloadperl-4136a0f799bd94dcf9c5197e35db53e3c3c012b5.tar.gz
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
Diffstat (limited to 'dump.c')
-rw-r--r--dump.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/dump.c b/dump.c
index 76aec2bd42..e85e5e969b 100644
--- a/dump.c
+++ b/dump.c
@@ -2037,8 +2037,7 @@ Perl_debprofdump(pTHX)
* XML variants of most of the above routines
*/
-STATIC
-void
+STATIC void
S_xmldump_attr(pTHX_ I32 level, PerlIO *file, const char* pat, ...)
{
va_list args;