From 10101a49a0c8bc094f0d9ce18f4f54bcb521011a Mon Sep 17 00:00:00 2001 From: Mark Eichin Date: Thu, 16 Jun 1994 05:05:08 +0000 Subject: [PATCH] getting var/stdarg.h from com_err.h git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3835 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/ss/error.c | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/util/ss/error.c b/src/util/ss/error.c index af755cc41..43898abee 100644 --- a/src/util/ss/error.c +++ b/src/util/ss/error.c @@ -22,19 +22,6 @@ #include #include "ss_internal.h" -#if (defined(_STDARG_H_) || defined(_STDARG_H)) -#define STDARG_PROTOTYPES -#endif - -#ifndef __STDC__ -/* we didn't get it in com_err.h if it wasn't STDC. */ -#ifdef STDARG_PROTOTYPES -#include -#else -#include -#endif -#endif - #undef ss_error char * ss_name(sci_idx) -- 2.26.2