[BACK]Return to ctype.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / include

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/include/ctype.h between version 1.18 and 1.19

version 1.18, 2000/06/13 01:21:52 version 1.19, 2001/01/21 10:44:15
Line 115  __END_DECLS
Line 115  __END_DECLS
 #if !defined(_ANSI_SOURCE) && !defined(_POSIX_C_SOURCE) && \  #if !defined(_ANSI_SOURCE) && !defined(_POSIX_C_SOURCE) && \
     !defined(_XOPEN_SOURCE)      !defined(_XOPEN_SOURCE)
 #if notyet  #if notyet
   /*
    * isblank() is implemented as C function, due to insufficient bitwidth in
    * _ctype_.  Note that _B does not mean isblank - it means isprint && !isgraph.
    */
 #define isblank(c)      ((int)((_ctype_ + 1)[(int)(c)] & _B))  #define isblank(c)      ((int)((_ctype_ + 1)[(int)(c)] & _B))
 #endif  #endif
 #endif  #endif

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

CVSweb <webmaster@jp.NetBSD.org>