On Thu, May 16, 2013 at 2:27 PM, Branko Čibej <br...@wandisco.com> wrote: > On 16.05.2013 23:12, Mattias Engdegård wrote: >> [[[ >> * subversion/include/svn_types.h: >> Set SVN_UNALIGNED_ACCESS_IS_OK for PowerPC. >> ]]] > > At first I thought, "that can't be right!" but it turns out that it is > ... somewhat. Only if we're sure that we use that macro for integer > access only. Which should be the case.
Added documentation that this is for integer access and audited the existing uses of this macro, it's all integer accesses. For anyone that's interested on the PowerPC details see: http://www.ibm.com/developerworks/library/pa-dalign/