1
0
mirror of https://github.com/cc65/cc65.git synced 2024-05-31 22:41:32 +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:
Greg King 2020-09-08 10:24:27 -04:00
parent ab7e9f8424
commit ae6696fcb9

View File

@ -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