1
0
mirror of https://github.com/cc65/cc65.git synced 2025-02-03 22:32:24 +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
..
2019-02-12 22:50:49 +01:00
2019-11-20 12:54:47 +01:00
2020-06-22 23:55:45 +02:00
2019-11-20 12:54:47 +01:00
2019-11-20 12:54:47 +01:00
2019-02-12 22:50:49 +01:00
2020-09-08 14:24:04 +02:00
2020-05-30 21:03:15 +02:00
2020-03-23 11:47:51 +01:00
2020-07-16 14:06:23 -04:00
2019-02-12 22:50:49 +01:00
2019-02-12 22:50:49 +01:00
2019-11-20 12:54:47 +01:00
2019-02-12 22:50:49 +01:00
2019-11-20 12:54:47 +01:00
2019-02-12 22:50:49 +01:00
2019-11-20 12:54:47 +01:00
2020-05-28 08:50:20 -04:00