mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 02:28:09 +00:00
somewhat unified write_to_testcase
This commit is contained in:
@ -29,12 +29,9 @@
|
||||
#include "config.h"
|
||||
|
||||
/* __FUNCTION__ is non-iso */
|
||||
#ifndef __FUNCTION__
|
||||
#ifdef __func__
|
||||
#define __FUNCTION__ __func__
|
||||
#else
|
||||
#define __FUNCTION__ "func_unknown"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/*******************
|
||||
|
Reference in New Issue
Block a user