- Run it on align_test

This commit is contained in:
Andi Gutmans 2000-01-30 04:49:43 +00:00
parent b32b8d0d44
commit 0296bba808

View File

@ -55,7 +55,7 @@ typedef union _align_test {
#define MAX_CACHED_MEMORY 64
#define MAX_CACHED_ENTRIES 16
#if (defined (__GNUC__) && __GNUC__ >= 2)
#define PLATFORM_ALIGNMENT (__alignof__ (zend_mem_header))
#define PLATFORM_ALIGNMENT (__alignof__ (align_test))
#else
#define PLATFORM_ALIGNMENT (sizeof(align_test))
#endif