summaryrefslogtreecommitdiff
path: root/h/zephyr/zephyr.h
diff options
context:
space:
mode:
authorGravatar Kenneth G Raeburn <raeburn@mit.edu>1991-03-22 13:45:15 +0000
committerGravatar Kenneth G Raeburn <raeburn@mit.edu>1991-03-22 13:45:15 +0000
commitc23c40d80555eff7c234ff55a2806f9ef4983f71 (patch)
tree2afe9a295321fe03767bd8187da725dcda7f8b7b /h/zephyr/zephyr.h
parent546a942dfb2c9be9295ef8974d4a9ae4751ee239 (diff)
Omit Z_debug prototype if varargs in use...
Diffstat (limited to 'h/zephyr/zephyr.h')
-rw-r--r--h/zephyr/zephyr.h3
1 files changed, 3 insertions, 0 deletions
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 <stdarg.h>
#else
#include <varargs.h>
+#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 */