diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2012-03-26 08:04:09 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2012-03-26 08:04:09 +0000 |
commit | 1d5dc71eb7e37fe26825750015d76d77232f3626 (patch) | |
tree | e4f346c12ea0d1968d06e21b461decec80118e7d /lang/php53/files/patch-Zend::zend.h | |
parent | Readd BROKEN: still can't find numpy (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_8_3_0'.release/8.3.0
Diffstat (limited to 'lang/php53/files/patch-Zend::zend.h')
-rw-r--r-- | lang/php53/files/patch-Zend::zend.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/php53/files/patch-Zend::zend.h b/lang/php53/files/patch-Zend::zend.h deleted file mode 100644 index 0fb2398f171d..000000000000 --- a/lang/php53/files/patch-Zend::zend.h +++ /dev/null @@ -1,11 +0,0 @@ ---- Zend/zend.h.orig 2008-08-15 21:47:23.000000000 +0200 -+++ Zend/zend.h 2008-09-25 22:52:50.000000000 +0200 -@@ -192,7 +192,7 @@ - # define ZEND_FASTCALL - #endif - --#if (HAVE_ALLOCA || (defined (__GNUC__) && __GNUC__ >= 2)) && !(defined(ZTS) && defined(ZEND_WIN32)) && !(defined(ZTS) && defined(NETWARE)) && !(defined(ZTS) && defined(HPUX)) && !defined(DARWIN) -+#if (HAVE_ALLOCA || (defined (__GNUC__) && __GNUC__ >= 2)) && !(defined(ZTS) && defined(ZEND_WIN32)) && !(defined(ZTS) && defined(NETWARE)) && !(defined(ZTS) && defined(HPUX)) && !defined(DARWIN) && !(defined(ZTS) && defined(__FreeBSD__)) - # define ZEND_ALLOCA_MAX_SIZE (32 * 1024) - # define ALLOCA_FLAG(name) \ - zend_bool name; |