diff options
Diffstat (limited to 'Zend/zend_llist.h')
| -rw-r--r-- | Zend/zend_llist.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Zend/zend_llist.h b/Zend/zend_llist.h index 476708d69c..2e80331855 100644 --- a/Zend/zend_llist.h +++ b/Zend/zend_llist.h @@ -18,8 +18,8 @@ */ -#ifndef _ZEND_LLIST_H -#define _ZEND_LLIST_H +#ifndef ZEND_LLIST_H +#define ZEND_LLIST_H #include <stdlib.h> @@ -73,4 +73,4 @@ ZEND_API void *zend_llist_get_prev_ex(zend_llist *l, zend_llist_position *pos); END_EXTERN_C() -#endif /* _ZEND_LLIST_H */ +#endif /* ZEND_LLIST_H */ |
