On 24.06.2010, at 10:36, Albrecht Schlosser wrote: > The (boolean) cast makes the right hand side (FALSE) the same type > as quantize_colors, no matter how FALSE is defined. There may be > different definitions and picky compilers out there that are not > compatible otherwise... :-(
I forgot to mention that FALSE is defined in cmorecfg.h only, if it hasn't been defined before, as seen here in more context: #ifndef FALSE /* in case these macros already exist */ #define FALSE 0 /* values of boolean */ #endif Albrecht _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

