diff options
author | Bernard Normier <bernard@zeroc.com> | 2016-05-04 22:20:13 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2016-05-04 22:20:13 -0400 |
commit | 1156e0bc70b7dd44365362f96836a0f68fde6a68 (patch) | |
tree | f0cf31aff65c89d856c6f68768408093464b0e38 /cpp/src/IceUtil/Exception.cpp | |
parent | Travis fi (diff) | |
download | ice-1156e0bc70b7dd44365362f96836a0f68fde6a68.tar.bz2 ice-1156e0bc70b7dd44365362f96836a0f68fde6a68.tar.xz ice-1156e0bc70b7dd44365362f96836a0f68fde6a68.zip |
Fixed typo
Diffstat (limited to 'cpp/src/IceUtil/Exception.cpp')
-rw-r--r-- | cpp/src/IceUtil/Exception.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IceUtil/Exception.cpp b/cpp/src/IceUtil/Exception.cpp index bbd52342c64..b0c25c75324 100644 --- a/cpp/src/IceUtil/Exception.cpp +++ b/cpp/src/IceUtil/Exception.cpp @@ -23,8 +23,8 @@ // // For UINTPTR_MAX on Ubuntu Precise // -#ifndef __STDC_CONSTANT_MACROS -# define __STDC_CONSTANT_MACROS +#ifndef __STDC_LIMIT_MACROS +# define __STDC_LIMIT_MACROS #endif #include <IceUtil/Exception.h> |