Lassi Kortela
700d70d03b
The Minix clang compiler tries to interpret "char []" according to some character encoding and produces a compiler warning when it encounters byte sequences that are invalid in that encoding. Avoid the warning by using _unsigned_ char which it treats as arbitrary bytes. |
||
---|---|---|
.. | ||
aliases.scm | ||
compiler.scm | ||
dump.scm | ||
mkboot0.scm | ||
mkboot1.scm | ||
system.scm |