Re: Any suggestions on debugging assertion fail in Lua testsuite, in a custom Lua port? (episode 2)
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Any suggestions on debugging assertion fail in Lua testsuite, in a custom Lua port? (episode 2)
- From: steve donovan <steve.j.donovan@...>
- Date: 2013年12月29日 17:03:04 +0200
On Sun, Dec 29, 2013 at 4:44 PM, Mateusz Czaplinski <czapkofan@gmail.com> wrote:
> understand that apparently "unsigned char" should get promoted to "int", and
> then both ints can be compared).
Working with a C compiler that doesn't do a standard promotion right
is living dangerously! Any reason why it has to be the old Plan 9
compiler the Go people use?