diff options
author | Andi Gutmans <andi@php.net> | 2000-08-10 19:38:29 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2000-08-10 19:38:29 +0000 |
commit | 26300a8ebf2499dd576ec749906ce9d991b4d461 (patch) | |
tree | aa8ae5ea90ddde06a4c353bda1a83a9a31835e60 /main/php.h | |
parent | 34bee836b13deee171c130b7896fe163a7e9ee4d (diff) | |
download | php-git-26300a8ebf2499dd576ec749906ce9d991b4d461.tar.gz |
- Move compat macros to php3_compat.h
Diffstat (limited to 'main/php.h')
-rw-r--r-- | main/php.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/main/php.h b/main/php.h index db43b606e1..0fa464dc14 100644 --- a/main/php.h +++ b/main/php.h @@ -140,11 +140,6 @@ typedef unsigned int socklen_t; #include "zend_alloc.h" #include "zend_stack.h" -typedef zval pval; - -#define pval_copy_constructor zval_copy_ctor -#define pval_destructor zval_dtor - #if STDC_HEADERS # include <string.h> #else |