diff options
| author | Thies C. Arntzen <thies@php.net> | 1999-09-15 09:51:20 +0000 |
|---|---|---|
| committer | Thies C. Arntzen <thies@php.net> | 1999-09-15 09:51:20 +0000 |
| commit | 328d08bd63f738323fbc0177616a4f8dbf6e3b84 (patch) | |
| tree | 15094244bcc325096138d6e52d2b2eb22d698739 /ext/standard/basic_functions.c | |
| parent | 1740e6ee4ef01c2130db756a17fe8d8665438231 (diff) | |
| download | php-git-328d08bd63f738323fbc0177616a4f8dbf6e3b84.tar.gz | |
HASH_OF is usable enough (i hate duplicating macros all over the place)
Diffstat (limited to 'ext/standard/basic_functions.c')
| -rw-r--r-- | ext/standard/basic_functions.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index de3eff9adc..2f376468fc 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -18,8 +18,6 @@ */ -#define HASH_OF(p) ((p)->type==IS_ARRAY ? (p)->value.ht : (((p)->type==IS_OBJECT ? (p)->value.obj.properties : NULL))) - #include "php.h" #include "php_ini.h" #include "internal_functions_registry.h" |
