diff options
author | Frank M. Kromann <fmk@php.net> | 2003-11-06 16:50:40 +0000 |
---|---|---|
committer | Frank M. Kromann <fmk@php.net> | 2003-11-06 16:50:40 +0000 |
commit | f68114414b735d8ba78d1348ac690bd45826dffc (patch) | |
tree | fa7123c796dcb5c6198d531769e462578bde8426 | |
parent | db562682313318570d285585a82e9267498de561 (diff) | |
download | php-git-f68114414b735d8ba78d1348ac690bd45826dffc.tar.gz |
Getting rid of c++ style comments
-rw-r--r-- | ext/ming/ming.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/ext/ming/ming.c b/ext/ming/ming.c index 8078ce265f..2d6366259b 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_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 */ /* |