Author: stefan2
Date: Thu May 16 21:43:48 2013
New Revision: 1483580

URL: http://svn.apache.org/r1483580
Log:
Follow-up to r1483575: Stylistic fix.

* subversion/include/svn_types.h
  (SVN_UNALIGNED_ACCESS_IS_OK): add parentheses around the things we test

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=1483580&r1=1483579&r2=1483580&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_types.h (original)
+++ subversion/trunk/subversion/include/svn_types.h Thu May 16 21:43:48 2013
@@ -77,7 +77,7 @@ extern "C" {
 #ifndef SVN_UNALIGNED_ACCESS_IS_OK
 # if defined(_M_IX86) || defined(i386) \
      || defined(_M_X64) || defined(__x86_64) \
-     || defined __powerpc__ || defined __ppc__
+     || defined(__powerpc__) || defined(__ppc__)
 #  define SVN_UNALIGNED_ACCESS_IS_OK 1
 # else
 #  define SVN_UNALIGNED_ACCESS_IS_OK 0


Reply via email to