Bodo Möller 84a370a400 The various character predicates (isspace and the like) may not be
used with negative char values, so I've added casts to unsigned char.
Maybe what really should be done is change all those arrays and
pointers to type unsigned char [] or unsigned char *, respectively;
but using plain char with those predicates is just wrong, so something
had to be done.
Submitted by:
Reviewed by:
PR:
1999-05-10 11:18:26 +00:00
..
1999-04-29 16:04:54 +00:00
1999-04-27 01:34:55 +00:00

WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING

This is ***VERY*** new experimental code and is likely to change
considerably or vanish altogether.