Skip to content

Commit 830eee7

Browse files
committed
fixup! Reorder struct _zend_generator to avoid a hole
1 parent 97fe7ae commit 830eee7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Zend/zend_generators.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,7 @@ struct _zend_generator {
8787
zend_execute_data execute_fake;
8888

8989
/* The underlying function, equivalent to execute_data->func while
90-
* the generator is alive.
91-
*/
90+
* the generator is alive. */
9291
zend_function *func;
9392

9493
/* ZEND_GENERATOR_* flags */

0 commit comments

Comments
 (0)