Removed unnecessary changes. Corrected spelling mistake in a comment.

This commit is contained in:
Edward Diener
2020-04-05 01:04:18 -04:00
parent efaceea8c3
commit e680a13d8a
2 changed files with 1 additions and 25 deletions

View File

@ -111,30 +111,6 @@
# endif
#endif /* defined(BOOST_EMBTC) */
#if defined(BOOST_EMBTC_WINDOWS)
/* The Windows SDK for Embarcadero has the deprecated 'chdir' function for _chdir
so make sure any call to _chdir becomes a call to chdir */
# define _chdir chdir
/* Undefine the symbols and the Windows platform will automatically define them for us
as appropriate */
#if defined(BOOST_SYMBOL_EXPORT)
#undef BOOST_SYMBOL_EXPORT
#endif
#if defined(BOOST_SYMBOL_IMPORT)
#undef BOOST_SYMBOL_IMPORT
#endif
#if defined(BOOST_SYMBOL_VISIBLE)
#undef BOOST_SYMBOL_VISIBLE
#endif
#endif
# undef BOOST_COMPILER
# define BOOST_COMPILER "Embarcadero-Clang C++ version " BOOST_STRINGIZE(__CODEGEARC__) " clang: " __clang_version__
// # define __CODEGEARC_CLANG__ __CODEGEARC__

View File

@ -35,7 +35,7 @@
#endif
//
// ensure that visibility macros are always defined, thus symplifying use
// ensure that visibility macros are always defined, thus simplifying use
//
#ifndef BOOST_SYMBOL_EXPORT
# define BOOST_SYMBOL_EXPORT