]> granicus.if.org Git - php/commitdiff
no c++ comments, please
authorThies C. Arntzen <thies@php.net>
Wed, 14 Jun 2000 12:28:21 +0000 (12:28 +0000)
committerThies C. Arntzen <thies@php.net>
Wed, 14 Jun 2000 12:28:21 +0000 (12:28 +0000)
ext/imap/php_imap.c
ext/mcal/php_mcal.h

index ae792b3312db5d77b54c19c336b7e92dc8b91c14..f0e0bafe615b7baefc7e052fd0c5f6adf5bdf1bd 100644 (file)
@@ -1809,7 +1809,7 @@ PHP_FUNCTION(imap_lsub_full)
        }
        mail_free_foblist (&IMAPG(imap_sfolder_objects));
        efree(delim);
-       IMAPG(folderlist_style) = FLIST_ARRAY; // reset to default
+       IMAPG(folderlist_style) = FLIST_ARRAY; /* reset to default */
 }
 /* }}} */
 
index e5b3b23ee24b7eb71ebad7662e5d47844d168553..5912fab20e65f885a650f5f75ec87a35ff85b60c 100644 (file)
@@ -10,7 +10,7 @@
 #endif
 
 /* Functions accessable to PHP */
-//extern zend_module_entry php_mcal_module_entry;
+/* extern zend_module_entry php_mcal_module_entry; */
 extern zend_module_entry php_mcal_module_entry;
 #define php_mcal_module_ptr &php_mcal_module_entry
 #define phpext_mcal_ptr php_mcal_module_ptr