fmk             Thu Nov  6 11:50:39 2003 EDT

  Modified files:              
    /php-src/ext/ming   ming.c 
  Log:
  Getting rid of c++ style comments
  
Index: php-src/ext/ming/ming.c
diff -u php-src/ext/ming/ming.c:1.56 php-src/ext/ming/ming.c:1.57
--- php-src/ext/ming/ming.c:1.56        Thu Nov  6 02:29:37 2003
+++ php-src/ext/ming/ming.c     Thu Nov  6 11:50:39 2003
@@ -17,7 +17,7 @@
   +----------------------------------------------------------------------+
 */
 
-/* $Id: ming.c,v 1.56 2003/11/06 07:29:37 fmk Exp $ */
+/* $Id: ming.c,v 1.57 2003/11/06 16:50:39 fmk Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -219,8 +219,10 @@
                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 @@
 }
 
 /* }}} */
-// 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 */
 /*

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to