diff options
author | bloodstalker <thabogre@gmail.com> | 2019-12-06 09:59:39 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2019-12-06 09:59:39 +0000 |
commit | 9e29f6d512d214bc2c0e12568b8b2e297bcadbbd (patch) | |
tree | 6cab6d04a0c0d2f475ba496aae5ac87f6b325f63 | |
parent | travis fix [appveyor skip] (diff) | |
download | mutator-9e29f6d512d214bc2c0e12568b8b2e297bcadbbd.tar.gz mutator-9e29f6d512d214bc2c0e12568b8b2e297bcadbbd.zip |
travis fix [appveyor skip]
Diffstat (limited to '')
-rw-r--r-- | bruiser/bruiser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bruiser/bruiser.h b/bruiser/bruiser.h index d91bae2..501b7fe 100644 --- a/bruiser/bruiser.h +++ b/bruiser/bruiser.h @@ -47,7 +47,7 @@ namespace bruiser /**********************************************************************************************************************/ const char* M0REP = "../test/misrareport.xml"; /**********************************************************************************************************************/ -#if __clang_major__ <= 6 +#if __clang_major__ <= 7 #define DEVI_GETLOCSTART getLocStart #define DEVI_GETLOCEND getLocEnd #elif __clang_major__ >= 8 |