From 8a581c3536e1c4fab7ecfa4e1c044d3e5ebc5ab2 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Sat, 18 Dec 1999 03:20:53 +0000 Subject: More php3_ annihilation --- ext/xml/php_xml.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'ext/xml/php_xml.h') diff --git a/ext/xml/php_xml.h b/ext/xml/php_xml.h index b904a3eb28..54a0654c45 100644 --- a/ext/xml/php_xml.h +++ b/ext/xml/php_xml.h @@ -83,11 +83,11 @@ typedef struct { extern zend_module_entry xml_module_entry; # define xml_module_ptr &xml_module_entry -enum php3_xml_option { - PHP3_XML_OPTION_CASE_FOLDING = 1, - PHP3_XML_OPTION_TARGET_ENCODING, - PHP3_XML_OPTION_SKIP_TAGSTART, - PHP3_XML_OPTION_SKIP_WHITE +enum php_xml_option { + PHP_XML_OPTION_CASE_FOLDING = 1, + PHP_XML_OPTION_TARGET_ENCODING, + PHP_XML_OPTION_SKIP_TAGSTART, + PHP_XML_OPTION_SKIP_WHITE }; # define RETURN_OUT_OF_MEMORY \ -- cgit v1.2.1