]> granicus.if.org Git - php/commitdiff
C++ comment pollution removed.
authorfoobar <sniper@php.net>
Wed, 24 Oct 2001 09:06:33 +0000 (09:06 +0000)
committerfoobar <sniper@php.net>
Wed, 24 Oct 2001 09:06:33 +0000 (09:06 +0000)
ext/hyperwave/hg_comm.c
ext/hyperwave/hw.c

index 22dfb927cb6ec6cdb3c5def887d5a620feedbc5b..7801fabb8678cab05cfc9de5d2ca3ed36a386a01 100644 (file)
@@ -803,7 +803,7 @@ char *fnInsAnchorsIntoText(char *text, DLIST *pAnchorList, char **bodytag, char
        }
        snprintf(istr, BUFFERLEN, "<BODY %s>", bgstr);
        *bodytag = estrdup(istr);
-//     if(scriptname != urlprefix) efree(scriptname);
+/*     if(scriptname != urlprefix) efree(scriptname); */
        if(scriptname != NULL) efree(scriptname);
        return(newtext);
 }
index df2a1bca05b0c4b9c50e18a1922246e4421ee06d..9c7f3d01f54cca2002c23e29371fd072e0de299d 100644 (file)
@@ -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 {