From: hartmann Date: Fri, 27 Feb 2004 09:36:23 +0000 (+0000) Subject: Remove extern. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0f3d3befd08ac415d29ef3cad1dd4f9bb24a74f;p=dealii-svn.git Remove extern. git-svn-id: https://svn.dealii.org/trunk@8591 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/abort.cc b/tests/abort.cc index af2f137bf3..e50aae575e 100644 --- a/tests/abort.cc +++ b/tests/abort.cc @@ -26,7 +26,7 @@ namespace deal_II_exceptions { namespace internals { - extern unsigned int n_treated_exceptions; + unsigned int n_treated_exceptions; } }