The latest checkout of gnulib puts a a couple of restricted qualifiers in declarations in string.h. This breaks the OBSD build with gcc 3.3.5.
restrict is part of c99, right? So gcc 3.3.5 is breaking because it doesn't know about restrict? Shouldn't a portability library not bother with what seems like a kind of optimization that restrict is for? I mean, isn't that a decision best left to the compiler? -Jason _______________________________________________ pspp-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/pspp-dev
