From: Antony Dovgal Date: Thu, 15 Dec 2005 13:58:10 +0000 (+0000) Subject: MFH: fix C++ comments in C code X-Git-Tag: php-5.1.2RC1~107 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9417c070f67de92b723ed3545b92fcff370fa45a;p=php MFH: fix C++ comments in C code --- diff --git a/ext/xmlwriter/php_xmlwriter.c b/ext/xmlwriter/php_xmlwriter.c index ca6d54984f..0b014e9b7f 100644 --- a/ext/xmlwriter/php_xmlwriter.c +++ b/ext/xmlwriter/php_xmlwriter.c @@ -1630,7 +1630,7 @@ PHP_FUNCTION(xmlwriter_open_uri) #ifdef ZEND_ENGINE_2 if (this) { - // We do not use XMLWRITER_FROM_OBJECT, xmlwriter init function here + /* We do not use XMLWRITER_FROM_OBJECT, xmlwriter init function here */ ze_obj = (ze_xmlwriter_object*) zend_object_store_get_object(this TSRMLS_CC); } #endif @@ -1699,7 +1699,7 @@ PHP_FUNCTION(xmlwriter_open_memory) #ifdef ZEND_ENGINE_2 if (this) { - // We do not use XMLWRITER_FROM_OBJECT, xmlwriter init function here + /* We do not use XMLWRITER_FROM_OBJECT, xmlwriter init function here */ ze_obj = (ze_xmlwriter_object*) zend_object_store_get_object(this TSRMLS_CC); } #endif