Bugzilla – Attachment #60255: beneficial one-liner for bug #137998
* As soon as proper alignment is supported by the compiler, this
* can be removed.
*/
#define FLUID_ALIGN16BYTE(ptr)(((int)(ptr)+15) & (~0xFL))
#define FLUID_ALIGN16BYTE(ptr)(((long)(ptr)+15) & (~0xFL))
#if WITH_FTS
#define FLUID_PRINTF post