diff options
author | Andi Gutmans <andi@php.net> | 2000-03-24 11:16:24 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2000-03-24 11:16:24 +0000 |
commit | 5b2bad3825110d631f190019940ca4445e340770 (patch) | |
tree | fa1e7d9ece125b9d1dc4dea69ff651dff364a6a0 /main/php3_compat.h | |
parent | 6db18997bbcd4e930cb85d7f8668b5813e6cd0e0 (diff) | |
download | php-git-5b2bad3825110d631f190019940ca4445e340770.tar.gz |
- Nuke hash_*_ptr() functions
Diffstat (limited to 'main/php3_compat.h')
-rw-r--r-- | main/php3_compat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/php3_compat.h b/main/php3_compat.h index b6e1f960c6..f2c360e704 100644 --- a/main/php3_compat.h +++ b/main/php3_compat.h @@ -9,7 +9,6 @@ #define _php3_hash_add_or_update zend_hash_add_or_update #define _php3_hash_add zend_hash_add #define _php3_hash_update zend_hash_update -#define _php3_hash_update_ptr zend_hash_update_ptr #define _php3_hash_quick_add_or_update zend_hash_quick_add_or_update #define _php3_hash_quick_add zend_hash_quick_add |