From: Theodore Tso Date: Thu, 2 Jun 1994 16:48:45 +0000 (+0000) Subject: If we sucked in stdarg.h, assume STDARG X-Git-Tag: krb5-1.0-beta4~174 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9f5f8622b5969efd369d01528925c7633338f073;p=krb5.git If we sucked in stdarg.h, assume STDARG git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3677 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/util/ss/error.c b/src/util/ss/error.c index 3b7165a72..0dc7e7127 100644 --- a/src/util/ss/error.c +++ b/src/util/ss/error.c @@ -26,10 +26,6 @@ #define STDARG #endif -#ifdef _STDARG_H -#define STDARG -#endif - #ifndef __STDC__ /* we didn't get it in com_err.h if it wasn't STDC. */ #ifndef STDARG