From 58a2f7d6a90b93dcabf65f65abcdeaf7b5469712 Mon Sep 17 00:00:00 2001 From: "Frank M. Kromann" Date: Thu, 6 Nov 2003 16:49:53 +0000 Subject: [PATCH] Getting rid of c++ style comments --- ext/ming/ming.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ext/ming/ming.c b/ext/ming/ming.c index 85cb742bed..748c7bbdca 100644 --- a/ext/ming/ming.c +++ b/ext/ming/ming.c @@ -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) return (SWFCharacter)getSound(id TSRMLS_CC); -// else if(Z_OBJCE_P(id) == &soundinstance_class_entry) -// return (SWFCharacter)getSoundInstance(id TSRMLS_CC); +/* + else if(Z_OBJCE_P(id) == &soundinstance_class_entry) + 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 */ /* -- 2.50.1