1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 10:16:41 +02:00

- Removed accidental offsetof definition

This commit is contained in:
Felipe Pena
2011-07-03 01:29:23 +00:00
parent 3923d02332
commit 3e6b211935
-5
View File
@@ -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)) {