<div dir="ltr">Hi, <div class="gmail_extra">In commit <a href="http://cgit.freedesktop.org/libreoffice/core/commit/?id=66397a4fd222757a8bd651c0c297615319eac4a5">9eac4a5</a> Jelle changed the following:<br></div><div class="gmail_extra">
<div class="" style="font-weight:bold;margin-top:1em;color:black;font-family:monospace;font-size:13px;white-space:pre">diff --git a/cppu/source/uno/data.cxx b/cppu/source/uno/data.cxx<br>index f6f7b1e..b6b4a05 100644<br>
--- a/<a href="http://cgit.freedesktop.org/libreoffice/core/tree/cppu/source/uno/data.cxx?id=b1d65c9f1535c9ef283d2a91a225359e5983f747" style="color:blue;text-decoration:none">cppu/source/uno/data.cxx</a><br>
+++ b/<a href="http://cgit.freedesktop.org/libreoffice/core/tree/cppu/source/uno/data.cxx?id=66397a4fd222757a8bd651c0c297615319eac4a5" style="color:blue;text-decoration:none">cppu/source/uno/data.cxx</a></div><div class="" style="color:rgb(0,0,153);font-family:monospace;font-size:13px;white-space:pre">
@@ -351,7 +351,7 @@ CPPU_DLLPUBLIC sal_Bool SAL_CALL uno_type_isAssignableFromData(</div><div class="" style="color:rgb(51,51,51);font-family:monospace;font-size:13px;white-space:pre"> </div><div class="" style="color:rgb(51,51,51);font-family:monospace;font-size:13px;white-space:pre">
#if (defined(INTEL) \</div><div class="" style="color:rgb(51,51,51);font-family:monospace;font-size:13px;white-space:pre"> && (defined(__GNUC__) && (defined(LINUX) || defined(FREEBSD) || defined(NETBSD) || defined(OPENBSD)) \</div>
<div class="" style="color:red;font-family:monospace;font-size:13px;white-space:pre">- || defined(MACOSX) || defined(DRAGONFLY) || (defined(__SUNPRO_CC) && defined(SOLARIS)))) \</div><div class="" style="color:green;font-family:monospace;font-size:13px;line-height:normal;white-space:pre">
+ || defined(MACOSX) || defined(DRAGONFLY) || )) \</div><div class="" style="color:rgb(51,51,51);font-family:monospace;font-size:13px;white-space:pre"> || defined(IOS)</div><div class="" style="color:rgb(51,51,51);font-family:monospace;font-size:13px;white-space:pre">
#define MAX_ALIGNMENT_4</div><div class="" style="color:rgb(51,51,51);font-family:monospace;font-size:13px;white-space:pre"> #endif</div><br>Now I was wondering, if the empty OR at the end might bring any complications? Wouldn't it be better to remove these characters as well? I submitted a change request to gerrit: <a href="https://gerrit.libreoffice.org/#/c/7269/">https://gerrit.libreoffice.org/#/c/7269/</a></div>
<div class="gmail_extra"><br></div><div class="gmail_extra">Cheers!</div><div class="gmail_extra">Philipp</div></div>