mirror of
https://github.com/php/php-src.git
synced 2024-11-23 09:54:15 +08:00
spaces->tabs
This commit is contained in:
parent
498f7fd90f
commit
c57ed1b93b
@ -38,8 +38,8 @@ typedef void (*llist_apply_func_t)(void * TSRMLS_DC);
|
||||
typedef struct _zend_llist {
|
||||
zend_llist_element *head;
|
||||
zend_llist_element *tail;
|
||||
size_t count;
|
||||
size_t size;
|
||||
size_t count;
|
||||
size_t size;
|
||||
llist_dtor_func_t dtor;
|
||||
unsigned char persistent;
|
||||
zend_llist_element *traverse_ptr;
|
||||
|
Loading…
Reference in New Issue
Block a user