1
0
mirror of https://github.com/cc65/cc65.git synced 2025-02-05 20:31:53 +00:00
Jesse Rosenstock 4e4e4c2d21 Allow char bit-fields
These are not required to be supported (only int, signed int, and
unsigned int are required), but most compilers support it.

https://port70.net/~nsz/c/c89/c89-draft.html#3.5.2.1
https://port70.net/~nsz/c/c89/c89-draft.html#A.6.5.8

For consistency with other integral types, plain `char` bit-fields
are unsigned, regardless of the `--signed-chars` option.

Fixes #1047
2020-09-08 14:24:04 +02:00
..
2020-08-25 22:34:25 +08:00
2020-08-18 00:40:29 +02:00
2020-08-18 00:41:07 +02:00
2020-08-24 18:10:22 +02:00
2020-08-24 18:10:22 +02:00
2015-06-26 23:36:14 +02:00
2019-02-12 22:50:49 +01:00
2020-08-24 18:07:31 +02:00
2020-07-22 15:52:04 +02:00
2020-08-18 00:41:35 +02:00