From c23c40d80555eff7c234ff55a2806f9ef4983f71 Mon Sep 17 00:00:00 2001 From: Kenneth G Raeburn Date: Fri, 22 Mar 1991 13:45:15 +0000 Subject: Omit Z_debug prototype if varargs in use... --- h/zephyr/zephyr.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'h') diff --git a/h/zephyr/zephyr.h b/h/zephyr/zephyr.h index 96c050e..2f594e5 100644 --- a/h/zephyr/zephyr.h +++ b/h/zephyr/zephyr.h @@ -32,6 +32,7 @@ #include #else #include +#define Z_varargs #endif #endif @@ -219,7 +220,9 @@ extern "C" { int*, C_Block)); #endif extern Code_t ZFormatRawNotice Zproto ((ZNotice_t *, char**, int *)); +#ifndef Z_varargs extern void Z_debug Zproto ((const char *, ...)); +#endif #ifdef Z_HaveKerberos /* ZGetSession() macro */ -- cgit v1.2.3