diff options
author | Nikita Popov <nikic@php.net> | 2014-09-06 13:47:05 +0200 |
---|---|---|
committer | Nikita Popov <nikic@php.net> | 2014-09-06 14:03:59 +0200 |
commit | 43b02e169c718335a82b8c90c3252194f988659a (patch) | |
tree | 077cd2a26e9a1fbf503ea2e9b176152e2b7e7d3b /Zend/zend_alloc.h | |
parent | 208164012c391466862e84d706c9ef08667bec0f (diff) | |
download | php-git-43b02e169c718335a82b8c90c3252194f988659a.tar.gz |
Move safe_address into zend_multiply.h
This allows reuse in zend_arena_calloc.
Also renamed the function to zend_safe_address as it's no longer
private to the allocator.
Diffstat (limited to 'Zend/zend_alloc.h')
-rw-r--r-- | Zend/zend_alloc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Zend/zend_alloc.h b/Zend/zend_alloc.h index d6d3415dd5..50c3d278b3 100644 --- a/Zend/zend_alloc.h +++ b/Zend/zend_alloc.h @@ -24,7 +24,6 @@ #include <stdio.h> -#include "../TSRM/TSRM.h" #include "zend.h" #ifndef ZEND_MM_ALIGNMENT |