mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 18:48:08 +00:00
code format
This commit is contained in:
@ -46,8 +46,8 @@ using namespace fuzzer;
|
|||||||
|
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|
||||||
#define EXT_FUNC(NAME, RETURN_TYPE, FUNC_SIG, WARN)
|
#define EXT_FUNC(NAME, RETURN_TYPE, FUNC_SIG, WARN)
|
||||||
RETURN_TYPE NAME##Def FUNC_SIG {
|
RETURN_TYPE NAME##Def FUNC_SIG {
|
||||||
|
|
||||||
Printf("ERROR: Function \"%s\" not defined.\n", #NAME);
|
Printf("ERROR: Function \"%s\" not defined.\n", #NAME);
|
||||||
exit(1);
|
exit(1);
|
||||||
|
@ -159,8 +159,9 @@
|
|||||||
#include <gimple-iterator.h>
|
#include <gimple-iterator.h>
|
||||||
#include <stringpool.h>
|
#include <stringpool.h>
|
||||||
#include <gimple-ssa.h>
|
#include <gimple-ssa.h>
|
||||||
#if (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) >= 60200 /* >= version 6.2.0 */
|
#if (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) >= \
|
||||||
#include <tree-vrp.h>
|
60200 /* >= version 6.2.0 */
|
||||||
|
#include <tree-vrp.h>
|
||||||
#endif
|
#endif
|
||||||
#include <tree-ssanames.h>
|
#include <tree-ssanames.h>
|
||||||
#include <tree-phinodes.h>
|
#include <tree-phinodes.h>
|
||||||
|
Reference in New Issue
Block a user