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