Fix warning

This commit is contained in:
Alexander S. Aganichev 2003-04-16 12:57:46 +00:00
parent e9e33d7860
commit 64f5bac2f4

View File

@ -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__ */
/* --------------------------------------------------------------- */