<div dir="auto"><div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">J. Gareth Moreton <<a href="mailto:gareth@moreton-family.com">gareth@moreton-family.com</a>> schrieb am So., 19. Mai 2019, 13:18:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div text="#000000" bgcolor="#FFFFFF">
    <p>Regarding the C-style assignment operators, some of the packages
      that come with the compiler use them, and trying to build
      everything without the -Sc flag will result in errors.  Outside of
      that, the biggest one that stands out is LazUTF8.pas for Lazarus -
      for example: <tt>Result += (nx * ONEMASK) >>
        ((sizeof(PtrInt) - 1) * 8);</tt> - that should probably be
      changed to something a little more Pascal-like, if <tt>Inc(Result,
        (nx * ONEMASK) <b>shr</b> </tt><tt>((sizeof(PtrInt) - 1) *
        8));</tt> is acceptable. </p></div></blockquote></div></div><div dir="auto">The fpcdefs.inc is only used for the compiler. </div><div dir="auto"><br></div><div dir="auto">And don't get me started about ">>". That one is going to annoy me enough once I add support for nested specializations -.-</div><div dir="auto"><br></div><div dir="auto">Regards, </div><div dir="auto">Sven </div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote></div></div></div>