diff options
Diffstat (limited to 'ACE/ace/config-vxworks5.x.h')
-rw-r--r-- | ACE/ace/config-vxworks5.x.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/config-vxworks5.x.h b/ACE/ace/config-vxworks5.x.h index efa8a2e5915..ca865772ceb 100644 --- a/ACE/ace/config-vxworks5.x.h +++ b/ACE/ace/config-vxworks5.x.h @@ -37,8 +37,8 @@ # define ACE_LACKS_LINEBUFFERED_STREAMBUF # if (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 3)) - // GNU 3.3+ toolchain supports long long types but fails to define this so STL - // skips some definitions + // GNU 3.3+ toolchain supports long long types but fails to define this so STL + // skips some definitions # if !defined (_GLIBCPP_USE_LONG_LONG) # define _GLIBCPP_USE_LONG_LONG # endif |