From: wolf Date: Wed, 20 Mar 2002 12:35:21 +0000 (+0000) Subject: Work around a bug in Suns Forte compiler where it chokes on some trailing semicolons. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f8647ba52e121f563023fbc3a5f310bc41fe169;p=dealii-svn.git Work around a bug in Suns Forte compiler where it chokes on some trailing semicolons. git-svn-id: https://svn.dealii.org/trunk@5593 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/contrib/hsl/include/hsl/hsl.h b/deal.II/contrib/hsl/include/hsl/hsl.h index e31dc5fbc0..f007e1bcd0 100644 --- a/deal.II/contrib/hsl/include/hsl/hsl.h +++ b/deal.II/contrib/hsl/include/hsl/hsl.h @@ -150,7 +150,7 @@ namespace HSL */ extern "C" void ma27x3_ (const unsigned int *LP); - }; + } @@ -261,7 +261,7 @@ namespace HSL double *RHS, unsigned int *IW1, const unsigned int *ICNTL); - }; + } };