summaryrefslogtreecommitdiff
path: root/dump.c
diff options
context:
space:
mode:
Diffstat (limited to 'dump.c')
-rw-r--r--dump.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/dump.c b/dump.c
index 4ddcf330e1..0fb2137c59 100644
--- a/dump.c
+++ b/dump.c
@@ -22,11 +22,13 @@ dump_all(void)
}
#else /* Rest of file is for DEBUGGING */
+#ifndef PERL_OBJECT
#ifdef I_STDARG
static void dump(char *pat, ...);
#else
static void dump();
#endif
+#endif /* PERL_OBJECT */
void
dump_all(void)
@@ -410,7 +412,7 @@ long arg2, arg3, arg4, arg5;
#else
#ifdef I_STDARG
-static void
+STATIC void
dump(char *pat,...)
#else
/*VARARGS0*/