diff options
Diffstat (limited to 'Zend/zend_llist.h')
-rw-r--r-- | Zend/zend_llist.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Zend/zend_llist.h b/Zend/zend_llist.h index ce6abe8df5..b9155ce6cb 100644 --- a/Zend/zend_llist.h +++ b/Zend/zend_llist.h @@ -74,13 +74,3 @@ ZEND_API void *zend_llist_get_prev_ex(zend_llist *l, zend_llist_position *pos); END_EXTERN_C() #endif /* ZEND_LLIST_H */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ |