Author: AlbrechtS Date: 2010-06-15 01:04:50 -0700 (Tue, 15 Jun 2010) New Revision: 7641 Log: Previous commit log should read: Fixed regressions introduced with svn -r 7617.
Modified: branches/branch-1.3/src/Fl_x.cxx Modified: branches/branch-1.3/src/Fl_x.cxx =================================================================== --- branches/branch-1.3/src/Fl_x.cxx 2010-06-15 07:49:26 UTC (rev 7640) +++ branches/branch-1.3/src/Fl_x.cxx 2010-06-15 08:04:50 UTC (rev 7641) @@ -71,7 +71,7 @@ # endif /* HAVE_SYS_SELECT_H */ // The following #define is only needed for HP-UX 9.x and earlier: -//#define select(a,b,c,d,e) select((a),(int *)(b),(int *)(c),(int *)(d),(e)) +// #define select(a,b,c,d,e) select((a),(int *)(b),(int *)(c),(int *)(d),(e)) static fd_set fdsets[3]; static int maxfd; _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
