mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2024-12-22 07:30:54 +00:00
Note that non-support for bit fields in unions is a non-standard limitation of ORCA/C.
This commit is contained in:
parent
00ace776c4
commit
5e7d9e8278
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user