diff options
Diffstat (limited to 'Zend/zend_globals.h')
-rw-r--r-- | Zend/zend_globals.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Zend/zend_globals.h b/Zend/zend_globals.h index 765302e766..978341af15 100644 --- a/Zend/zend_globals.h +++ b/Zend/zend_globals.h @@ -14,8 +14,8 @@ +----------------------------------------------------------------------+ */ -#ifndef _ZEND_GLOBALS_H -#define _ZEND_GLOBALS_H +#ifndef _T_GLOBALS_H +#define _T_GLOBALS_H #include <setjmp.h> @@ -212,4 +212,4 @@ struct _zend_alloc_globals { }; -#endif /* _ZEND_GLOBALS_H */ +#endif /* _T_GLOBALS_H */ |