=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/ctype.h,v retrieving revision 1.22 retrieving revision 1.23 diff -c -r1.22 -r1.23 *** src/include/ctype.h 2010/10/01 20:10:24 1.22 --- src/include/ctype.h 2014/03/16 18:38:30 1.23 *************** *** 1,4 **** ! /* $OpenBSD: ctype.h,v 1.22 2010/10/01 20:10:24 guenther Exp $ */ /* $NetBSD: ctype.h,v 1.14 1994/10/26 00:55:47 cgd Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: ctype.h,v 1.23 2014/03/16 18:38:30 guenther Exp $ */ /* $NetBSD: ctype.h,v 1.14 1994/10/26 00:55:47 cgd Exp $ */ /* *************** *** 57,63 **** extern const short *_tolower_tab_; extern const short *_toupper_tab_; ! #if defined(__GNUC__) || defined(_ANSI_LIBRARY) || defined(lint) int isalnum(int); int isalpha(int); int iscntrl(int); --- 57,63 ---- extern const short *_tolower_tab_; extern const short *_toupper_tab_; ! #if defined(__GNUC__) || defined(_ANSI_LIBRARY) int isalnum(int); int isalpha(int); int iscntrl(int); *************** *** 84,92 **** int _toupper(int); #endif /* __BSD_VISIBLE || __XPG_VISIBLE */ ! #endif /* __GNUC__ || _ANSI_LIBRARY || lint */ ! #if !defined(_ANSI_LIBRARY) && !defined(lint) __only_inline int isalnum(int c) { --- 84,92 ---- int _toupper(int); #endif /* __BSD_VISIBLE || __XPG_VISIBLE */ ! #endif /* __GNUC__ || _ANSI_LIBRARY */ ! #if !defined(_ANSI_LIBRARY) __only_inline int isalnum(int c) { *************** *** 187,193 **** } #endif /* __BSD_VISIBLE || __XPG_VISIBLE */ ! #endif /* !_ANSI_LIBRARY && !lint */ __END_DECLS --- 187,193 ---- } #endif /* __BSD_VISIBLE || __XPG_VISIBLE */ ! #endif /* !_ANSI_LIBRARY */ __END_DECLS