From d71cc2b7b3ca2c587e1755360d1d9e15ce398bb1 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Tue, 21 Mar 2000 18:43:13 +0000 Subject: [PATCH] cosmetic --- src/ca/cadef.h | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) 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"