summaryrefslogtreecommitdiff
path: root/Zend/zend_globals.h
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>1999-04-22 23:08:42 +0000
committerZeev Suraski <zeev@php.net>1999-04-22 23:08:42 +0000
commit551fe7780b570701e93d4680f677801f39e41b49 (patch)
tree49ae7ccf88f0d3ab540ad2918ea5c34dfadadef5 /Zend/zend_globals.h
parent327fc20243e0891ef54a25f2b3d38708cb39f02b (diff)
downloadphp-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.h6
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 */