spaces->tabs

This commit is contained in:
Sterling Hughes 2001-08-31 21:55:43 +00:00
parent 498f7fd90f
commit c57ed1b93b

View File

@ -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;