Fixed find/replace editing error.

This commit is contained in:
John Wellbelove 2017-01-21 10:42:02 +00:00
parent 2cf1fded21
commit bf7567c6d8

View File

@ -72,8 +72,8 @@ SOFTWARE.
defined(ETL_COMPILER_TI_MSP430) || \
defined(ETL_COMPILER_IAR) || \
(defined(ETL_COMPILER_GCC) && (__cplusplus < 201103L))
#define ETL_ETL_NO_NULLPTR_SUPPORT
#define ETL_ETL_NO_LARGE_CHAR_SUPPORT
#define ETL_NO_NULLPTR_SUPPORT
#define ETL_NO_LARGE_CHAR_SUPPORT
#endif
// Check to see if the compiler supports static_assert.