From: Zeev Suraski Date: Wed, 31 May 2000 19:08:18 +0000 (+0000) Subject: IS_BC isn't really being used, but still... X-Git-Tag: PRE_EIGHT_BYTE_ALLOC_PATCH~169 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=898c8ead8740f57025da769a841a9571803ead76;p=php IS_BC isn't really being used, but still... --- diff --git a/Zend/zend.h b/Zend/zend.h index 6bdc6e07d4..7dccd17100 100644 --- a/Zend/zend.h +++ b/Zend/zend.h @@ -270,7 +270,7 @@ typedef int (*zend_write_func_t)(const char *str, uint str_length); #define IS_CONSTANT_ARRAY 9 /* Special data type to temporarily mark large numbers */ -#define FLAG_IS_BC 9 /* for parser internal use only */ +#define FLAG_IS_BC 10 /* for parser internal use only */ /* overloaded elements data types */ #define OE_IS_ARRAY (1<<0)