From: Ilia Alshanetsky Date: Wed, 21 Apr 2004 23:06:26 +0000 (+0000) Subject: C++ comments are ungood ;). X-Git-Tag: php-5.0.0RC2~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1b80b33b875a6a744e92a469f5096bf55870faf3;p=php C++ comments are ungood ;). --- diff --git a/ext/fileinfo/fileinfo.c b/ext/fileinfo/fileinfo.c index 8f7e0aa8f3..a515bb5ca6 100644 --- a/ext/fileinfo/fileinfo.c +++ b/ext/fileinfo/fileinfo.c @@ -23,8 +23,10 @@ #endif #include -// HOWMANY specifies the maximum offset libmagic will look at -// this is currently hardcoded in the libmagic source but not exported +/* + * HOWMANY specifies the maximum offset libmagic will look at + * this is currently hardcoded in the libmagic source but not exported + */ #ifndef HOWMANY #define HOWMANY 65536 #endif