[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
error in preprocessor symbol
- Date: Tue, 27 Jul 1999 09:48:55 -0500 (CDT)
- From: joel at OARcorp.com (joel at OARcorp.com)
- Subject: error in preprocessor symbol
Thanks.
Merged.
On Tue, 27 Jul 1999, Jay Kulpinski wrote:
> This is not a big deal, since it's not used in the distributed
> code now, but it should be fixed in case anyone (else!) is tempted
> to use it. The CONSOLE_USE_POLLED preprocessor symbol is incorrectly
> defined:
>
> ./make/custom/dmv177.cfg: @echo "#define CONSOLE_USE_POLLED
> ~CONSOLE_USE_INTERRUPTS" >>$@
> ./make/custom/erc32.cfg: @echo "#define CONSOLE_USE_POLLED
> ~CONSOLE_USE_INTERRUPTS" >>$@
> ./make/custom/psim.cfg: @echo "#define CONSOLE_USE_POLLED
> ~CONSOLE_USE_INTERRUPTS" >>$@
>
>
> The "~" needs to be changed to "!".
>