mirror of
https://github.com/php/php-src.git
synced 2025-01-23 20:23:31 +08:00
C++ comments are ungood ;).
This commit is contained in:
parent
03b4f344a0
commit
1b80b33b87
@ -23,8 +23,10 @@
|
||||
#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
|
||||
|
Loading…
Reference in New Issue
Block a user