From: Anatol Belski Date: Sat, 13 Sep 2014 10:52:11 +0000 (+0200) Subject: reduce the struct size by 8 byte on 64 bit X-Git-Tag: PRE_NATIVE_TLS_MERGE~150^2~18^2~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f91a782973ce8e549166eb919128209f39d1eecd;p=php reduce the struct size by 8 byte on 64 bit this one looks like debug only, but still useful --- diff --git a/Zend/zend_alloc.h b/Zend/zend_alloc.h index d6d3415dd5..d9853765c3 100644 --- a/Zend/zend_alloc.h +++ b/Zend/zend_alloc.h @@ -45,8 +45,8 @@ typedef struct _zend_leak_info { void *addr; size_t size; const char *filename; - uint lineno; const char *orig_filename; + uint lineno; uint orig_lineno; } zend_leak_info;