Fix warning
This commit is contained in:
parent
e9e33d7860
commit
64f5bac2f4
@ -82,7 +82,7 @@ extern __inline__ int isxalnum(char c) {
|
|||||||
*/
|
*/
|
||||||
#undef iscntrl
|
#undef iscntrl
|
||||||
# define iscntrl(c) ((c < 0x7f) ? __isctype((c), _IScntrl) : 0)
|
# define iscntrl(c) ((c < 0x7f) ? __isctype((c), _IScntrl) : 0)
|
||||||
#endif //__BEOS__
|
#endif /* __BEOS__ */
|
||||||
|
|
||||||
/* --------------------------------------------------------------- */
|
/* --------------------------------------------------------------- */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user