<div dir="ltr">Hello,<br><br>I found the following code:<br><pre><div class="line" id="LC444"><span class="cm">/* this is a special 64bit data type that is 8-byte aligned */</span></div><div class="line" id="LC445"><span class="cm">#define aligned_u64 u_int64_t __attribute__((aligned(8)))<br>

<br>And few other __attribute__ based code as well. Some of them are useless for Pascal at all, <br>but changing alignment for a variable type is something that is useful.<br><br>My question is, is there something new in FPC that allow me to do something like that ?<br>

<br>Thanks,<br>Ido<br></span></div></pre><br>
</div>