You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2013/05/22 02:43:41 UTC

svn commit: r1485018 - /subversion/trunk/subversion/include/svn_types.h

Author: breser
Date: Wed May 22 00:43:40 2013
New Revision: 1485018

URL: http://svn.apache.org/r1485018
Log:
* subversion/includes/svn_types.h
  (SVN_UNALIGNED_ACCESS_OK): Document that this macro is only for integer
    access.

Modified:
    subversion/trunk/subversion/include/svn_types.h

Modified: subversion/trunk/subversion/include/svn_types.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_types.h?rev=1485018&r1=1485017&r2=1485018&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_types.h (original)
+++ subversion/trunk/subversion/include/svn_types.h Wed May 22 00:43:40 2013
@@ -72,6 +72,10 @@ extern "C" {
  * Unaligned access on other machines (e.g. IA64) will trigger memory
  * access faults or simply misbehave.
  *
+ * Note: Some platforms may only support unaligned access for integers
+ * (PowerPC).  As a result this macro should only be used to determine
+ * if unaligned access is supported for integers.
+ *
  * @since New in 1.7.
  */
 #ifndef SVN_UNALIGNED_ACCESS_IS_OK