]> granicus.if.org Git - php/commitdiff
C++ comments are ungood ;).
authorIlia Alshanetsky <iliaa@php.net>
Wed, 21 Apr 2004 23:06:26 +0000 (23:06 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Wed, 21 Apr 2004 23:06:26 +0000 (23:06 +0000)
ext/fileinfo/fileinfo.c

index 8f7e0aa8f3e0d7e33c5a4445ebe045adefa618de..a515bb5ca635be268aec208146749415d81c3854 100644 (file)
 #endif
 
 #include <magic.h>
-// 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