]> granicus.if.org Git - php/commitdiff
Getting rid of c++ style comments
authorFrank M. Kromann <fmk@php.net>
Thu, 6 Nov 2003 16:50:40 +0000 (16:50 +0000)
committerFrank M. Kromann <fmk@php.net>
Thu, 6 Nov 2003 16:50:40 +0000 (16:50 +0000)
ext/ming/ming.c

index 8078ce265f9738c4f09e283b37fbaf909d3cbd8a..2d6366259b16c296d8320bc8a155d0a9ddc9973d 100644 (file)
@@ -219,8 +219,10 @@ static SWFCharacter getCharacter(zval *id TSRMLS_DC)
                return (SWFCharacter)getBitmap(id TSRMLS_CC);
        else if(Z_OBJCE_P(id) == sound_class_entry_ptr)
                return (SWFCharacter)getSound(id TSRMLS_CC);
-//     else if(Z_OBJCE_P(id) == soundinstance_class_entry_ptr)
-//             return (SWFCharacter)getSoundInstance(id TSRMLS_CC);
+/*
+       else if(Z_OBJCE_P(id) == soundinstance_class_entry_ptr)
+               return (SWFCharacter)getSoundInstance(id TSRMLS_CC);
+*/
        else
                php_error_docref(NULL TSRMLS_CC, E_ERROR, "Called object is not an SWFCharacter");
                return NULL;
@@ -1461,7 +1463,7 @@ PHP_FUNCTION(swffont_getUTF8Width)
 }
 
 /* }}} */
-// not sure about 0 bytes !!!!!!!!!
+/* not sure about 0 bytes !!!!!!!!! */
 /* {{{ proto int swffont_getWideWidth(string)
    Calculates the width of the given string in this font at full height */
 /*