At Thu, 28 Feb 2008 16:05:56 -0500 (EST), [EMAIL PROTECTED] wrote: > Two files fail to compile when making "check", because assignment statements > are > intermixed with declaration statements (is legal in c++, maybe?) > > The files are: linalg/test.c and randist/test.c. > > After moving the offending statements down after the last declaration, all > was well. >
Thanks for the bug report. This will be fixed in the next release. -- best regards, Brian Gough GNU Scientific Library - http://www.gnu.org/software/gsl/ _______________________________________________ Bug-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gsl
