From b854b15f78a3258b41e037f53adc0ae2e2debffa Mon Sep 17 00:00:00 2001 From: John Maddock Date: Tue, 27 Sep 2005 09:37:17 +0000 Subject: [PATCH] Patch for broken . [SVN r31131] --- include/boost/config/compiler/borland.hpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/boost/config/compiler/borland.hpp b/include/boost/config/compiler/borland.hpp index 9c0635d5..9fb12bd7 100644 --- a/include/boost/config/compiler/borland.hpp +++ b/include/boost/config/compiler/borland.hpp @@ -56,6 +56,11 @@ // fix broken so that Boost.test works: # include # undef strcmp +# endif + // fix broken errno declaration: +# include +# ifndef errno +# define errno errno # endif //