cvs commit: src/include ctype.h

Joerg Sonnenberger joerg at crater.dragonflybsd.org
Wed Jul 6 22:56:04 PDT 2005


joerg       2005/07/06 22:55:05 PDT

DragonFly src repository

  Modified files:
    include              ctype.h 
  Log:
  Remove explicit int casts for the array index. While it doesn't
  change the semantic, it allows GCC to warn about chars used as
  index, e.g. from isprint(c) with char c.
  
  Obtained-from: NetBSD
  
  Revision  Changes    Path
  1.13      +14 -14    src/include/ctype.h


http://www.dragonflybsd.org/cvsweb/src/include/ctype.h.diff?r1=1.12&r2=1.13&f=u





More information about the Commits mailing list