From: Mark Eichin Date: Thu, 16 Jun 1994 05:07:18 +0000 (+0000) Subject: usestdarg not available here -- STDC good enough for now X-Git-Tag: krb5-1.0-beta4~19 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=be5b381afa25fd6299d77199d3aa164a4671a96e;p=krb5.git usestdarg not available here -- STDC good enough for now git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3836 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/util/et/com_err.h b/src/util/et/com_err.h index c5a3634bd..8372867e9 100644 --- a/src/util/et/com_err.h +++ b/src/util/et/com_err.h @@ -10,7 +10,8 @@ #ifndef __COM_ERR_H -#ifdef UseStdarg +/* Imake needs this -- oh well */ +#ifdef __STDC__ #define STDARG_PROTOTYPES #endif