mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-14 19:08:08 +00:00
Fix macro syntax error in config.h
This commit is contained in:
@ -56,12 +56,12 @@
|
|||||||
#include <TargetConditionals.h>
|
#include <TargetConditionals.h>
|
||||||
#if TARGET_OS_IOS
|
#if TARGET_OS_IOS
|
||||||
#undef DEFAULT_PERMISSION
|
#undef DEFAULT_PERMISSION
|
||||||
#define 0666
|
#define DEFAULT_PERMISSION 0666
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#ifdef __ANDROID__
|
#ifdef __ANDROID__
|
||||||
#undef DEFAULT_PERMISSION
|
#undef DEFAULT_PERMISSION
|
||||||
#define 0666
|
#define DEFAULT_PERMISSION 0666
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* SkipDet's global configuration */
|
/* SkipDet's global configuration */
|
||||||
|
Reference in New Issue
Block a user