From ec3f9860711c763b726ceb0f698c66ce465f875c Mon Sep 17 00:00:00 2001 From: Radim Kolar Date: Sat, 6 Jun 2020 11:20:48 +0200 Subject: [PATCH] do not make macros starting with _ --- include/co_extern.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/co_extern.h b/include/co_extern.h index 814ed18..347315d 100644 --- a/include/co_extern.h +++ b/include/co_extern.h @@ -1,5 +1,5 @@ -#ifndef _FSP_CO_EXTERN_H_ -#define _FSP_CO_EXTERN_H_ 1 +#ifndef FSP_CO_EXTERN_H_ +#define FSP_CO_EXTERN_H_ 1 /* common routines for both server and clients */ @@ -19,4 +19,4 @@ int _x_select (fd_set *, long); /* getsl.c */ char *getsl(char *s, int l); -#endif /* _FSP_CO_EXTERN_H_ */ +#endif /* FSP_CO_EXTERN_H_ */