Note that non-support for bit fields in unions is a non-standard limitation of ORCA/C.

This commit is contained in:
Stephen Heumann 2016-10-14 01:25:04 -05:00
parent 00ace776c4
commit 5e7d9e8278
1 changed files with 1 additions and 1 deletions

View File

@ -536,7 +536,7 @@ if list or (numErr <> 0) then begin
53: msg := @'the structure has already been defined';
54: msg := @'bit fields must be less than 32 bits wide';
55: msg := @'a value cannot be zero bits wide';
56: msg := @'unions cannot have bit fields';
56: msg := @'bit fields in unions are not supported by ORCA/C';
57: msg := @'compiler error';
58: msg := @'implementation restriction: too many local labels';
59: msg := @'file name expected';