diff --git a/src/ca/cadef.h b/src/ca/cadef.h index 6b32537b2..35e4efeaf 100644 --- a/src/ca/cadef.h +++ b/src/ca/cadef.h @@ -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 -#endif +# ifdef CAC_ANSI_FUNC_PROTO +# include +# endif #endif #include "ellLib.h"