mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-16 12:43:12 +00:00
GCC treats the size of a void as 1 for the purposes of arithmetic on a pointer to void. Since this was provoked by an explicit cast to pointer to void we can replace it with a cast to pointer to char for the same effect.
40 KiB
40 KiB