Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: PATCH: struct heap 64-bit



> struct heap {
>   ...
> }
> #if defined(PAD_64_BIT) && defined(__GNUC__)
>   __attribute__ ((aligned (8)))
> #endif
> ;

Can you do that on a struct definition?



Messages sorted by: Reverse Date, Date, Thread, Author