>
> > I vote for dropping gcc 2.x support and removing the #if's to
> > simplify the code for FLTK 1.3 and later.
>
> Though I will say that some of our embedded targets still build using a
> gcc-2.95 PPC-EABI that I built way back when (but we don't run fltk on
> those targets...)
>

+1

we can remove all #if's for win32 code and left ONLY ONE macro in
fl_ask.H
------------
#    if __GNUC__ < 3
#      define __deprecated__
#    endif // __GNUC__ < 3
------------



_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to