summaryrefslogtreecommitdiff
path: root/Zend/zend_API.h
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-09-22 20:58:45 +0200
committerAnatol Belski <ab@php.net>2014-09-22 20:58:45 +0200
commit4db75dc8533a69e8849651ab5d0fa84efa3d8bba (patch)
treec9157b7b61f70e35ed94e7457ee06fbaa0221cc3 /Zend/zend_API.h
parentf2e636de051f2891a492d3ceaabc3afd6f930c7f (diff)
downloadphp-git-4db75dc8533a69e8849651ab5d0fa84efa3d8bba.tar.gz
basic windows fix
Diffstat (limited to 'Zend/zend_API.h')
-rw-r--r--Zend/zend_API.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_API.h b/Zend/zend_API.h
index 4c920ae9ac..1e41ecdd18 100644
--- a/Zend/zend_API.h
+++ b/Zend/zend_API.h
@@ -145,7 +145,7 @@ typedef struct _zend_fcall_info_cache {
#ifdef ZTS
#define ZEND_DECLARE_MODULE_GLOBALS(module_name) \
- TSRMG_D(zend_##module_name##_globals, module_name##_globals_id);
+ TSRMG_DE(zend_##module_name##_globals, module_name##_globals_id);
#define ZEND_EXTERN_MODULE_GLOBALS(module_name) \
TSRMG_DH(zend_##module_name##_globals, module_name##_globals_id);
#define ZEND_INIT_MODULE_GLOBALS(module_name, globals_ctor, globals_dtor) \