From: bangerth Date: Thu, 26 Aug 2010 15:42:13 +0000 (+0000) Subject: Fix a warning. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d066c9af8fdc374abcc099d080b8239b30d919e4;p=dealii-svn.git Fix a warning. git-svn-id: https://svn.dealii.org/trunk@21728 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/contrib/boost/libs/thread/src/pthread/once.cpp b/deal.II/contrib/boost/libs/thread/src/pthread/once.cpp index 6e3722a8e3..94769a03ea 100644 --- a/deal.II/contrib/boost/libs/thread/src/pthread/once.cpp +++ b/deal.II/contrib/boost/libs/thread/src/pthread/once.cpp @@ -3,7 +3,9 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -#define __STDC_CONSTANT_MACROS +#ifndef __STDC_CONSTANT_MACROS +# define __STDC_CONSTANT_MACROS +#endif #include #include #include