diff options
author | bloodstalker <thabogre@gmail.com> | 2017-09-20 23:47:48 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-09-20 23:47:48 +0000 |
commit | 18022d128717d10aeaa50d7f6b7491072b549974 (patch) | |
tree | 93198da012b92d1b42a3b9f352a761316a7cdc10 /bruiser/ORCmutation.h | |
parent | added some stuff into contributions.md (diff) | |
download | mutator-18022d128717d10aeaa50d7f6b7491072b549974.tar.gz mutator-18022d128717d10aeaa50d7f6b7491072b549974.zip |
some api-changes handling, along with more text for contribs
Diffstat (limited to 'bruiser/ORCmutation.h')
-rw-r--r-- | bruiser/ORCmutation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bruiser/ORCmutation.h b/bruiser/ORCmutation.h index c026a1b..0a67c80 100644 --- a/bruiser/ORCmutation.h +++ b/bruiser/ORCmutation.h @@ -23,7 +23,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.* /*inclusion guard*/ #ifndef ORC_MUTATION_H #define ORC_MUTATION_H -#if __clang_major__ == 5 +#if __clang_major__ >= 5 /**********************************************************************************************************************/ /*included modules*/ /*project headers*/ |