cvs commit: projects/csup keyword.c

Maxime Henrion <[email protected]> Tue, 14 Feb 2006 21:22:18 +0000 (UTC)
Newsgroups gmane.os.freebsd.devel.cvs.projects
Message-ID <[email protected]>
mux         2006-02-14 21:22:18 UTC

  FreeBSD projects repository

  Modified files:
    csup                 keyword.c 
  Log:
  Bah, SIZE_T_MAX is not even standard so don't use it.  There is
  SIZE_MAX defined in C99 but it's not very portable either so just
  use ~0 to initialize minkeylen since it's an unsigned type.
  
  Revision  Changes    Path
  1.28      +2 -2      projects/csup/keyword.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-projects
To unsubscribe, send any mail to "[email protected]"