mirror of
https://github.com/cc65/cc65.git
synced 2025-04-04 21:33:30 +00:00
Removed some ambiguity from a statement.
A limited number of bit-field types are required by the C standard, not by cc65.
This commit is contained in:
parent
ab7e9f8424
commit
ae6696fcb9
@ -810,7 +810,7 @@ This cc65 version has some extensions to the ISO C standard.
|
||||
<item> cc65 supports bit-fields of any integral type that is int-sized or
|
||||
smaller, and enumerated types with those types as their underlying
|
||||
type. (Only <tt/int/, <tt/signed int/, and <tt/unsigned int/ are
|
||||
required.)
|
||||
required by the standard.)
|
||||
|
||||
<item> Computed gotos, a GCC extension, has limited support. With it you can
|
||||
use fast jump tables from C. You can take the address of a label with
|
||||
|
Loading…
x
Reference in New Issue
Block a user