From b9b244945a6a731cc7307bc7a7dc05bd90305267 Mon Sep 17 00:00:00 2001 From: Robert Ramey Date: Thu, 15 Jul 2004 18:03:57 +0000 Subject: [PATCH] removed definition of BOOST_NO_CWCHAR and BOOST_NO_CTYPE_FUNCTIONS [SVN r23595] --- include/boost/config/platform/macos.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/boost/config/platform/macos.hpp b/include/boost/config/platform/macos.hpp index edaf1a75..3a5f4130 100644 --- a/include/boost/config/platform/macos.hpp +++ b/include/boost/config/platform/macos.hpp @@ -15,8 +15,6 @@ // Using the Mac OS X system BSD-style C library. -# define BOOST_NO_CTYPE_FUNCTIONS -# define BOOST_NO_CWCHAR # ifndef BOOST_HAS_UNISTD_H # define BOOST_HAS_UNISTD_H # endif