Skip to content

Commit

Permalink
IS_BC isn't really being used, but still...
Browse files Browse the repository at this point in the history
  • Loading branch information
zsuraski committed May 31, 2000
1 parent 13b6762 commit 898c8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Zend/zend.h
Expand Up @@ -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)
Expand Down

0 comments on commit 898c8ea

Please sign in to comment.