]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove throw() specification again, as gcc2.95.2 chokes on it.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 17 Jan 2001 09:52:46 +0000 (09:52 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 17 Jan 2001 09:52:46 +0000 (09:52 +0000)
git-svn-id: https://svn.dealii.org/trunk@3712 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/dofs/dof_renumbering.cc

index 817c26896a3fc86d986e3235f5f7f832ad3ef00b..fec07ee56bb2186f26c46fc5aa1b72ba6ab8be7f 100644 (file)
@@ -723,7 +723,7 @@ DoFRenumbering::downstream_dg (MGDoFHandler<dim>& dof,
 // lrand48 to be declared (rather than do so itself. however,
 // inclusion of <cstdlib> or <stdlib.h> does not help, so we declare
 // that function ourselves
-extern "C" long int lrand48 (void) throw();
+extern "C" long int lrand48 (void);
 
 
 template <int dim>

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.