diff options
author | Felipe Pena <felipe@php.net> | 2011-07-03 01:29:23 +0000 |
---|---|---|
committer | Felipe Pena <felipe@php.net> | 2011-07-03 01:29:23 +0000 |
commit | 3e6b211935e2bfbd7b80daadb987c8c77f833d51 (patch) | |
tree | 9d73d0e5c4d9adf9faa13b0d98daf36035dba498 /Zend/zend_operators.h | |
parent | 3923d02332bf728a10e33de96c8f86b1ea465834 (diff) | |
download | php-git-3e6b211935e2bfbd7b80daadb987c8c77f833d51.tar.gz |
- Removed accidental offsetof definition
Diffstat (limited to 'Zend/zend_operators.h')
-rw-r--r-- | Zend/zend_operators.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Zend/zend_operators.h b/Zend/zend_operators.h index 7f831f93ff..8e3a37eee7 100644 --- a/Zend/zend_operators.h +++ b/Zend/zend_operators.h @@ -451,11 +451,6 @@ ZEND_API void zend_update_current_locale(void); #define zend_update_current_locale() #endif -#ifndef offsetof -#define offsetof(t,f) \ - ((int)(&((t*)0)->f)) -#endif - static zend_always_inline int fast_increment_function(zval *op1) { if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) { |