dsl
96a5d45d4c
Remove the (int) cast from the array subscript of the ctype #defines.
The cast just stops gcc detecting places where the functions are passed a 'char' variable - and will index off the array for byte values 0x80 to 0xff. All (I hope) of the places in the netbsd sources where this was a potential problem have had an (unsigned char) cast applied. Christos said he'll fix any fallout I've missed.
…
…
…
…
…
…
…
…
…
…
…
…
…
…
Description
No description provided
Languages
C
85.3%
Roff
7.2%
Assembly
3.1%
Shell
1.7%
Makefile
1.2%
Other
0.9%