com php-src: Alignment fix, as per @nikic: Zend/zend_objects _API.h

[email protected] (Dmitry Stogov)
Newsgroups php.cvs
Message-ID <[email protected]>
Commit:    a6acffe421c1ea5e0d654169a17103285711596e
Author:    Jim Zubov <[email protected]>         Tue, 7 Feb 2017 10:51:09 -0500
Parents:   d94b067504dd949a52fb777fe0b505ab522a8682
Branches:  master

Link:       http://git.php.net/?p=php-src.git;a=commitdiff;h=a6acffe421c1ea5e0d654169a17103285711596e

Log:
Alignment fix, as per @nikic

Changed paths:
  M  Zend/zend_objects_API.h


Diff:
diff --git a/Zend/zend_objects_API.h b/Zend/zend_objects_API.h
index ebf0487..08b0a13 100644
--- a/Zend/zend_objects_API.h
+++ b/Zend/zend_objects_API.h
@@ -45,7 +45,7 @@ typedef struct _zend_objects_store {
 	uint32_t top;
 	uint32_t size;
 	int free_list_head;
-	char no_reuse; /* to be set to true when shutting down, to avoid missing dtor call on objects spawned by another dtor */
+	int no_reuse; /* to be set to true when shutting down, to avoid missing dtor call on objects spawned by another dtor */
 } zend_objects_store;
 
 /* Global store handling functions */
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.