mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
- Run it on align_test
This commit is contained in:
parent
b32b8d0d44
commit
0296bba808
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user