Am 27.07.20 um 14:22 schrieb Ralph Doncaster:
> According to a few examples I found, and the SDCC manual section 1.5,
> page 10, SDCC is supposed to recognize the type "bit".  However I get a
> syntax error when I try to declare a bit variable.  I've tried SDCC 380,
> 400, & 403.
> If I change the declaration to "__bit", it is recognized properly.
> Is there a compiler option I need to use, or has support for the bit
> type been removed?

It now is available under the new name __bit only. Change your source
(or use a macro, e.g. via -Dbit=__bit).

Apparently, that information is indeed missing from section 1.5 on
compability with previousversions.

Philipp


_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to