This commit is contained in:
Jeff Hill
2000-03-21 18:43:13 +00:00
parent 1f58d2722e
commit d71cc2b7b3

View File

@@ -25,15 +25,17 @@
extern "C" {
#define CAC_ANSI_FUNC_PROTO
#endif
#ifdef __STDC__
#ifndef CAC_ANSI_FUNC_PROTO
#define CAC_ANSI_FUNC_PROTO
#endif
# ifndef CAC_ANSI_FUNC_PROTO
# define CAC_ANSI_FUNC_PROTO
# endif
#endif
#ifndef CA_DONT_INCLUDE_STDARGH
#ifdef CAC_ANSI_FUNC_PROTO
#include <stdarg.h>
#endif
# ifdef CAC_ANSI_FUNC_PROTO
# include <stdarg.h>
# endif
#endif
#include "ellLib.h"