summaryrefslogtreecommitdiff
path: root/dump.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-01-30 09:23:36 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-01-30 09:23:36 +0000
commit76e3520e1f6b7df33cd381a2cf4f1fce3d69c8a4 (patch)
tree1d4e5f5653fd9def6bd71cc0cb536400223f4d3e /dump.c
parent6ad3d225cec2692b410002582f5558652eea32c8 (diff)
downloadperl-76e3520e1f6b7df33cd381a2cf4f1fce3d69c8a4.tar.gz
[asperl] added AS patch#2
p4raw-id: //depot/asperl@443
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 24602e9477..07437d74ea 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)
@@ -408,7 +410,7 @@ long arg2, arg3, arg4, arg5;
#else
#ifdef I_STDARG
-static void
+STATIC void
dump(char *pat,...)
#else
/*VARARGS0*/