From: Wolfgang Bangerth Date: Wed, 17 Jan 2001 09:52:46 +0000 (+0000) Subject: Remove throw() specification again, as gcc2.95.2 chokes on it. X-Git-Tag: v8.0.0~19813 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6eea4f6b4b3046f70b61a9418d965ba6babed64;p=dealii.git Remove throw() specification again, as gcc2.95.2 chokes on it. git-svn-id: https://svn.dealii.org/trunk@3712 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/dofs/dof_renumbering.cc b/deal.II/deal.II/source/dofs/dof_renumbering.cc index 817c26896a..fec07ee56b 100644 --- a/deal.II/deal.II/source/dofs/dof_renumbering.cc +++ b/deal.II/deal.II/source/dofs/dof_renumbering.cc @@ -723,7 +723,7 @@ DoFRenumbering::downstream_dg (MGDoFHandler& dof, // lrand48 to be declared (rather than do so itself. however, // inclusion of or does not help, so we declare // that function ourselves -extern "C" long int lrand48 (void) throw(); +extern "C" long int lrand48 (void); template