diff options
author | Zeev Suraski <zeev@php.net> | 1999-04-22 23:08:42 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-04-22 23:08:42 +0000 |
commit | 551fe7780b570701e93d4680f677801f39e41b49 (patch) | |
tree | 49ae7ccf88f0d3ab540ad2918ea5c34dfadadef5 /Zend/zend_globals.h | |
parent | 327fc20243e0891ef54a25f2b3d38708cb39f02b (diff) | |
download | php-git-551fe7780b570701e93d4680f677801f39e41b49.tar.gz |
Make token names uniform, they all begin with T_ now.
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 */ |