summaryrefslogtreecommitdiff
path: root/Zend/zend_types.h
diff options
context:
space:
mode:
authorArnaud Le Blanc <lbarnaud@php.net>2009-06-05 11:21:16 +0000
committerArnaud Le Blanc <lbarnaud@php.net>2009-06-05 11:21:16 +0000
commit76c919552b4f188e785dfa09164f04e569289411 (patch)
treeca0eec0388aba85238e5b122d8d22682695256f6 /Zend/zend_types.h
parent9948c520ca1004cc52fffe000a6102384202930d (diff)
downloadphp-git-76c919552b4f188e785dfa09164f04e569289411.tar.gz
better fix for #48409 , #48428 , #48228
# (again, sorry)
Diffstat (limited to 'Zend/zend_types.h')
-rw-r--r--Zend/zend_types.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/Zend/zend_types.h b/Zend/zend_types.h
index e3d765529c..124adf4adf 100644
--- a/Zend/zend_types.h
+++ b/Zend/zend_types.h
@@ -50,12 +50,6 @@ typedef long zend_intptr_t;
typedef unsigned long zend_uintptr_t;
#endif
-#if defined(__GNUC__) && ZEND_GCC_VERSION >= 3400
-typedef void* __attribute__((__may_alias__)) zend_alias;
-#else
-typedef void* zend_alias;
-#endif
-
typedef unsigned int zend_object_handle;
typedef struct _zend_object_handlers zend_object_handlers;