Note an error in the manual.

This commit is contained in:
Stephen Heumann 2022-06-17 18:45:59 -05:00
parent 67ffeac7d4
commit 91b63f94d3
1 changed files with 4 additions and 0 deletions

View File

@ -234,6 +234,10 @@ p. 277
The type "long double" now specifies a number in the SANE extended format.
p. 282
Declarations like "int * float fp;" are not actually legal, and are not supported by ORCA/C.
p. 286
Unions may now contain bit fields.