C++ comments are ungood ;).

This commit is contained in:
Ilia Alshanetsky 2004-04-21 23:06:26 +00:00
parent 03b4f344a0
commit 1b80b33b87

View File

@ -23,8 +23,10 @@
#endif #endif
#include <magic.h> #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 #ifndef HOWMANY
#define HOWMANY 65536 #define HOWMANY 65536
#endif #endif