From: Ullrich von Bassewitz (uz_at_musoftware.de)
Date: 2003-03-20 10:19:25
On Wed, Mar 19, 2003 at 06:33:53PM -0600, Rob Steinmetz wrote:
> uip/uip.h(284): Error: Preprocessor expression expected
This is a bug, found in 2.8 and removed for 2.9:
The preprocessor does not handle undefined identifiers in an #if statement
correctly. They should get replaced by a zero but are left in place which
leads to an error "Preprocessor expression expected".
Workaround: None.
Fix: Download and apply the patch, then recompile the compiler.
Bug found by: groepaz <groepaz_at_gmx.net>
In general, it's a good idea to have a look at
http://www.cc65.org/bugs.php
in case of problems, especially in case of problems with earlier versions. I'm
trying to keep the known bugs page current, but if no one looks at it, this
doesn't help of course:-)
Regards
Uz
--
Ullrich von Bassewitz uz_at_musoftware.de
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo_at_musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
This archive was generated by hypermail 2.1.3 : 2003-03-20 10:19:51 CET