From 64f5bac2f436b60806126bd8c7d6f6a187976a30 Mon Sep 17 00:00:00 2001 From: "Alexander S. Aganichev" Date: Wed, 16 Apr 2003 12:57:46 +0000 Subject: [PATCH] Fix warning --- goldlib/gall/gctype.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goldlib/gall/gctype.h b/goldlib/gall/gctype.h index 8e6842f..0df3f5a 100644 --- a/goldlib/gall/gctype.h +++ b/goldlib/gall/gctype.h @@ -82,7 +82,7 @@ extern __inline__ int isxalnum(char c) { */ #undef iscntrl # define iscntrl(c) ((c < 0x7f) ? __isctype((c), _IScntrl) : 0) -#endif //__BEOS__ +#endif /* __BEOS__ */ /* --------------------------------------------------------------- */