[BACK]Return to vis.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / gen

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

Diff for /src/lib/libc/gen/vis.c between version 1.22 and 1.23

version 1.22, 2002/03/23 17:38:27 version 1.23, 2002/05/26 14:03:20
Line 62  __weak_alias(vis,_vis)
Line 62  __weak_alias(vis,_vis)
 #include <string.h>  #include <string.h>
   
 #undef BELL  #undef BELL
 #if defined(__STDC__)  
 #define BELL '\a'  #define BELL '\a'
 #else  
 #define BELL '\007'  
 #endif  
   
 #define isoctal(c)      (((u_char)(c)) >= '0' && ((u_char)(c)) <= '7')  #define isoctal(c)      (((u_char)(c)) >= '0' && ((u_char)(c)) <= '7')
 #define iswhite(c)      (c == ' ' || c == '\t' || c == '\n')  #define iswhite(c)      (c == ' ' || c == '\t' || c == '\n')

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

CVSweb <webmaster@jp.NetBSD.org>