diff options
author | Daniel Beulshausen <dbeu@php.net> | 2001-09-07 13:53:28 +0000 |
---|---|---|
committer | Daniel Beulshausen <dbeu@php.net> | 2001-09-07 13:53:28 +0000 |
commit | 2da75a405fb00d86f64fc663fb14d808d8ba7784 (patch) | |
tree | a5934abf6920bc13622d8e0487cbe3997ec865bb /ext/sablot/php_sablot.h | |
parent | a0acfe437554a03b986325c97aac2c8032ceb098 (diff) | |
download | php-git-2da75a405fb00d86f64fc663fb14d808d8ba7784.tar.gz |
build fixes
Diffstat (limited to 'ext/sablot/php_sablot.h')
-rw-r--r-- | ext/sablot/php_sablot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sablot/php_sablot.h b/ext/sablot/php_sablot.h index 45b28869cc..805fc27ffa 100644 --- a/ext/sablot/php_sablot.h +++ b/ext/sablot/php_sablot.h @@ -119,7 +119,7 @@ ZEND_END_MODULE_GLOBALS(sablot) #ifdef ZTS -#define SABLOTG(v) TSRMG(sablot_globals_id, php_sablot_globals *, v) +#define SABLOTG(v) TSRMG(sablot_globals_id, zend_sablot_globals *, v) #else #define SABLOTG(v) (sablot_globals.v) #endif |