summaryrefslogtreecommitdiff
path: root/cpp/src/IceUtil/Exception.cpp
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2016-05-04 22:20:13 -0400
committerBernard Normier <bernard@zeroc.com>2016-05-04 22:20:13 -0400
commit1156e0bc70b7dd44365362f96836a0f68fde6a68 (patch)
treef0cf31aff65c89d856c6f68768408093464b0e38 /cpp/src/IceUtil/Exception.cpp
parentTravis fi (diff)
downloadice-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.cpp4
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>