cvs commit: src/include Makefile _ctype.h ctype.h
    Tim J. Robbins 
    tjr at FreeBSD.org
       
    Thu Aug 12 02:33:47 PDT 2004
    
    
  
tjr         2004-08-12 09:33:47 UTC
  FreeBSD src repository
  Modified files:
    include              Makefile _ctype.h ctype.h 
  Log:
  Move some internal macros and inlines from ctype.h to a new file, _ctype.h,
  which has been repo-copied from ctype.h. This will allow us to remove
  namespace pollution from <wctype.h> and to make wcwidth() an inline function
  without introducing more pollution.
  
  Revision  Changes    Path
  1.220     +2 -1      src/include/Makefile
  1.28      +6 -88     src/include/_ctype.h
  1.28      +1 -89     src/include/ctype.h
    
    
More information about the cvs-all
mailing list