summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2000-01-30 04:49:43 +0000
committerAndi Gutmans <andi@php.net>2000-01-30 04:49:43 +0000
commit0296bba808e63deb27a7e6cf58b5a6ae3cbb90bc (patch)
treea520db2de7c69caff462207b8ae3ec9176a099bc
parentb32b8d0d44c1de8ab647e5b7b0347ceaf68b4c84 (diff)
downloadphp-git-0296bba808e63deb27a7e6cf58b5a6ae3cbb90bc.tar.gz
- Run it on align_test
-rw-r--r--Zend/zend_alloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_alloc.h b/Zend/zend_alloc.h
index 99c3db12c0..9214fb6e4d 100644
--- a/Zend/zend_alloc.h
+++ b/Zend/zend_alloc.h
@@ -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