From ae6696fcb9beed9e2c5d8c2207e861ac1a0861db Mon Sep 17 00:00:00 2001 From: Greg King Date: Tue, 8 Sep 2020 10:24:27 -0400 Subject: [PATCH] Removed some ambiguity from a statement. A limited number of bit-field types are required by the C standard, not by cc65. --- doc/cc65.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/cc65.sgml b/doc/cc65.sgml index e3d9694fe..578217307 100644 --- a/doc/cc65.sgml +++ b/doc/cc65.sgml @@ -810,7 +810,7 @@ This cc65 version has some extensions to the ISO C standard. 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 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