summaryrefslogtreecommitdiff
path: root/Zend/zend_constants.h
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-08-28 12:12:24 +0200
committerAnatol Belski <ab@php.net>2014-08-28 12:12:24 +0200
commit8e4e765f7e1639ea464bd916727b1227ce59ed1a (patch)
treef99b3f5cb2ff6e82231a6038dfc1d2751f8f0e2a /Zend/zend_constants.h
parent6890830ec0209f9b2d07f58bf78c3c8c1048ebac (diff)
downloadphp-git-8e4e765f7e1639ea464bd916727b1227ce59ed1a.tar.gz
better alignment, won 8 byte on 64 bit with default alignment
Diffstat (limited to 'Zend/zend_constants.h')
-rw-r--r--Zend/zend_constants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_constants.h b/Zend/zend_constants.h
index f535632905..d81476f3f4 100644
--- a/Zend/zend_constants.h
+++ b/Zend/zend_constants.h
@@ -32,8 +32,8 @@
typedef struct _zend_constant {
zval value;
- int flags;
zend_string *name;
+ int flags;
int module_number;
} zend_constant;