Skip to content
Snippets Groups Projects

Duplicate definitions of least32 workaround

Closed jD91mZM2 requested to merge jD91mZM2/gcc:redox into redox
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -38,7 +38,7 @@
@@ -38,7 +38,7 @@
#include <bits/c++config.h>
#include <bits/c++config.h>
#ifdef _GLIBCXX_USE_C99_STDINT_TR1
#ifdef _GLIBCXX_USE_C99_STDINT_TR1
# if defined (__UINT_LEAST16_TYPE__) && defined(__UINT_LEAST32_TYPE__)
# if defined (__UINT_LEAST16_TYPE__) && defined(__UINT_LEAST32_TYPE__) && 0
namespace std
namespace std
{
{
typedef __UINT_LEAST16_TYPE__ uint_least16_t;
typedef __UINT_LEAST16_TYPE__ uint_least16_t;
Loading