davidgiven / ack

The Amsterdam Compiler Kit
http://tack.sf.net
Other
421 stars 59 forks source link

[bug] ANSI C compiler cannot be built with NOBITFIELD defined #175

Open ccodere opened 5 years ago

ccodere commented 5 years ago

When building the ANSI C compiler with the NOBITFIELD define, the compiler will choke indicating that add_field() is missing, as it seems to be used for constructing unions in add_sel() of struct.c.

The add_sel() function should probably need to be revamped to resolve this issue.