summaryrefslogtreecommitdiff
path: root/ext/hyperwave/hw.c
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2001-10-24 09:06:33 +0000
committerfoobar <sniper@php.net>2001-10-24 09:06:33 +0000
commit201aeb2bb5ac96027a9a3c34f39206859d708b4c (patch)
tree2f377915d09694aee8210ea2422195e991cdcde0 /ext/hyperwave/hw.c
parent9290bf04e841dbd25e5b13d038ae94c1e0dc382b (diff)
downloadphp-git-201aeb2bb5ac96027a9a3c34f39206859d708b4c.tar.gz
C++ comment pollution removed.
Diffstat (limited to 'ext/hyperwave/hw.c')
-rw-r--r--ext/hyperwave/hw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/hyperwave/hw.c b/ext/hyperwave/hw.c
index df2a1bca05..9c7f3d01f5 100644
--- a/ext/hyperwave/hw.c
+++ b/ext/hyperwave/hw.c
@@ -3057,7 +3057,7 @@ PHP_FUNCTION(hw_document_bodytag)
strcpy(temp+strlen(ptr->bodytag)-1+Z_STRLEN_P(argv[1]), ">\n");
RETURN_STRING(temp, 0);
} else {
-//fprintf(stderr, "hw_document_bodytag: %s (%s)\n", ptr->bodytag, ptr->attributes);
+/* fprintf(stderr, "hw_document_bodytag: %s (%s)\n", ptr->bodytag, ptr->attributes); */
if(ptr->bodytag) {
RETURN_STRING(ptr->bodytag, 1);
} else {