Am 19.03.2010 13:15, [email protected] wrote: > Author: matt > Date: 2010-03-19 05:15:52 -0700 (Fri, 19 Mar 2010) > New Revision: 7303 > Log: > Fl_Plugin:[...]
> I also removed the verbose comments to keep them out of the snapshot tonight. It's too late. Snapshots are taken on Friday morning, 01:00 am US (pacific ?) time or about 09:00 am or 10:00 am MET (depending on DST differences) - currently it's 09:00 am. > Modified: > branches/branch-1.3/src/Fl_Preferences.cxx > > Modified: branches/branch-1.3/src/Fl_Preferences.cxx > =================================================================== > --- branches/branch-1.3/src/Fl_Preferences.cxx 2010-03-19 01:20:21 UTC > (rev 7302) > +++ branches/branch-1.3/src/Fl_Preferences.cxx 2010-03-19 12:15:52 UTC > (rev 7303) > @@ -25,7 +25,7 @@ > // http://www.fltk.org/str.php > // > > -#define FL_PLUGIN_VERBOSE > +#undef FL_PLUGIN_VERBOSE This line (#undef) should be removed. It prevents compiling with "-DFL_PLUGIN_VERBOSE". :-( I can commit my local edit if you like. Albrecht _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
