On Dec 3, 10:04pm, jus...@specialbusservice.com (Justin Cormack) wrote:
-- Subject: Re: CVS commit: src

| No that is a bad side effect. It must always be 64 bits. In the kernel you
| have to deal with uint64_t which will behave differently if intmax_t is
| ever bigger than 64 bits, so code will break. So either use int64_t or what
| Lua uses and assert that that is 64 bits.

So far this is true (all intmax_t's are 64 bits). We can add a static assertion
to protect us if that changes.

christos

Reply via email to