perl5.004 hints file (maint and dev paths)
[p5sagit/p5-mst-13.2.git] / dump.c
diff --git a/dump.c b/dump.c
index 9460560..b34b5d4 100644 (file)
--- a/dump.c
+++ b/dump.c
@@ -15,7 +15,9 @@
 #include "EXTERN.h"
 #include "perl.h"
 
+#ifndef PERL_OBJECT
 static void dump(char *pat, ...);
+#endif /* PERL_OBJECT */
 
 void
 dump_all(void)
@@ -399,7 +401,7 @@ dump_pm(PMOP *pm)
 }
 
 
-static void
+STATIC void
 dump(char *pat,...)
 {
 #ifdef DEBUGGING