summaryrefslogtreecommitdiff
path: root/ACE/ace/config-sunos5.10.h
diff options
context:
space:
mode:
authorsma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2012-01-11 15:42:20 +0000
committersma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2012-01-11 15:42:20 +0000
commitfc0ef2c5bc27f75a414956f74ff22a6bff14621b (patch)
tree95590d0a675a235ff251802f93cb2b8ee6bf631f /ACE/ace/config-sunos5.10.h
parent4191319a171394a2f65e6f3d07f2d1e2c146658f (diff)
downloadATCD-fc0ef2c5bc27f75a414956f74ff22a6bff14621b.tar.gz
ChangeLogTag: Wed Jan 11 15:41:00 UTC 2012 Simon Massey <simon dot massey at prismtech dot com>
Diffstat (limited to 'ACE/ace/config-sunos5.10.h')
-rw-r--r--ACE/ace/config-sunos5.10.h13
1 files changed, 4 insertions, 9 deletions
diff --git a/ACE/ace/config-sunos5.10.h b/ACE/ace/config-sunos5.10.h
index 6bec278ac36..6156f2bdb91 100644
--- a/ACE/ace/config-sunos5.10.h
+++ b/ACE/ace/config-sunos5.10.h
@@ -38,15 +38,10 @@
#endif
// Solaris 10 introduced printf() modifiers for [s]size_t types.
-#if defined (ACE_SSIZE_T_FORMAT_SPECIFIER_ASCII)
-# undef ACE_SSIZE_T_FORMAT_SPECIFIER_ASCII
-# define ACE_SSIZE_T_FORMAT_SPECIFIER_ASCII "%zd"
-#endif /* ACE_SSIZE_T_FORMAT_SPECIFIER_ASCII */
-
-#if defined (ACE_SIZE_T_FORMAT_SPECIFIER_ASCII)
-# undef ACE_SIZE_T_FORMAT_SPECIFIER_ASCII
-# define ACE_SIZE_T_FORMAT_SPECIFIER_ASCII "%zu"
-#endif /* ACE_SIZE_T_FORMAT_SPECIFIER_ASCII */
+#undef ACE_SSIZE_T_FORMAT_SPECIFIER_ASCII
+#define ACE_SSIZE_T_FORMAT_SPECIFIER_ASCII "%zd"
+#undef ACE_SIZE_T_FORMAT_SPECIFIER_ASCII
+#define ACE_SIZE_T_FORMAT_SPECIFIER_ASCII "%zu"
// Solaris 10 offers wcstoll() and wcstoull()
#if defined (ACE_LACKS_WCSTOLL)