summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThies C. Arntzen <thies@php.net>2000-06-14 12:28:21 +0000
committerThies C. Arntzen <thies@php.net>2000-06-14 12:28:21 +0000
commit4292f89345bc50231a1e26cf14121823e2e01aeb (patch)
tree19cea109094aa81807aca6cef2f5505648d54135
parent190e2e73e9fbbf97c36f7335e299251f2989e0cb (diff)
downloadphp-git-4292f89345bc50231a1e26cf14121823e2e01aeb.tar.gz
no c++ comments, please
-rw-r--r--ext/imap/php_imap.c2
-rw-r--r--ext/mcal/php_mcal.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/imap/php_imap.c b/ext/imap/php_imap.c
index ae792b3312..f0e0bafe61 100644
--- a/ext/imap/php_imap.c
+++ b/ext/imap/php_imap.c
@@ -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 */
}
/* }}} */
diff --git a/ext/mcal/php_mcal.h b/ext/mcal/php_mcal.h
index e5b3b23ee2..5912fab20e 100644
--- a/ext/mcal/php_mcal.h
+++ b/ext/mcal/php_mcal.h
@@ -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