summaryrefslogtreecommitdiff
path: root/deb.c
diff options
context:
space:
mode:
authorLarry Wall <larry@netlabs.com>1993-11-10 00:00:00 +0000
committerLarry Wall <larry@netlabs.com>1993-11-10 00:00:00 +0000
commit463ee0b2acbd047c27e8b5393cdd8398881824c5 (patch)
treeae17d9179fc861ae5fc5a86da9139631530cb6fe /deb.c
parent93a17b20b6d176db3f04f51a63b0a781e5ffd11c (diff)
downloadperl-463ee0b2acbd047c27e8b5393cdd8398881824c5.tar.gz
perl 5.0 alpha 4
[editor's note: the sparc executables have not been included, and emacs backup files have been removed. This was reconstructed from a tarball found on the September 1994 InfoMagic CD; the date of this is approximate]
Diffstat (limited to 'deb.c')
-rw-r--r--deb.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/deb.c b/deb.c
index 2f5124c2cd..0af61104f9 100644
--- a/deb.c
+++ b/deb.c
@@ -57,8 +57,12 @@ char *pat;
}
# else
/*VARARGS1*/
+#ifdef __STDC__
+void deb(char *pat,...)
+#else
void deb(va_alist)
va_dcl
+#endif
{
va_list args;
char *pat;