Author: sebor
Date: Wed Jul 23 17:34:51 2008
New Revision: 679246
URL: http://svn.apache.org/viewvc?rev=679246&view=rev
Log:
2008-07-23 Martin Sebor <[EMAIL PROTECTED]>
* include/bitset [__SUNPRO_CC] Spelled #pragma no_side_effect
the same as in the manual (even if the compiler seems to grok
it both ways).
Modified:
stdcxx/branches/4.2.x/include/bitset
Modified: stdcxx/branches/4.2.x/include/bitset
URL:
http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/include/bitset?rev=679246&r1=679245&r2=679246&view=diff
==============================================================================
--- stdcxx/branches/4.2.x/include/bitset (original)
+++ stdcxx/branches/4.2.x/include/bitset Wed Jul 23 17:34:51 2008
@@ -59,7 +59,7 @@
const char*, const char*);
#ifdef __SUNPRO_CC
-# pragma no_side_effects (__rw_bitset)
+# pragma no_side_effect (__rw_bitset)
#endif // Sun C++
#ifndef _RWSTD_NO_WCHAR_T
@@ -73,7 +73,7 @@
const char*, const char*);
# ifdef __SUNPRO_CC
-# pragma no_side_effects (__rw_bitset)
+# pragma no_side_effect (__rw_bitset)
# endif // Sun C++
#endif // _RWSTD_NO_WCHAR_T
@@ -89,7 +89,7 @@
__rw_shr (unsigned long*, _RWSTD_SIZE_T, _RWSTD_SIZE_T) _THROWS (());
#ifdef __SUNPRO_CC
-# pragma no_side_effects (__rw_bit_count, __rw_shl, __rw_shr)
+# pragma no_side_effect (__rw_bit_count, __rw_shl, __rw_shr)
#endif // Sun C++
} // namespace __rw