From e37b6a0eaf55abb1183bec2cb3fc9b277239c163 Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Fri, 27 Feb 2004 09:36:23 +0000 Subject: [PATCH] Remove extern. git-svn-id: https://svn.dealii.org/trunk@8591 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/abort.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } -- 2.39.5