From 94444283e8ba40d09cdb8fbc7367e45fc75bd29c Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 23 Mar 2004 00:30:37 +0000 Subject: [PATCH] Mark an external variable external. git-svn-id: https://svn.dealii.org/trunk@8841 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 e50aae575e..af2f137bf3 100644 --- a/tests/abort.cc +++ b/tests/abort.cc @@ -26,7 +26,7 @@ namespace deal_II_exceptions { namespace internals { - unsigned int n_treated_exceptions; + extern unsigned int n_treated_exceptions; } } -- 2.39.5