From: wolf Date: Wed, 17 Jan 2001 09:52:46 +0000 (+0000) Subject: Remove throw() specification again, as gcc2.95.2 chokes on it. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4193536927e8b3aa25fa567e4dc73a5e2d8c4ae2;p=dealii-svn.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