aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-09-20 23:47:48 +0000
committerbloodstalker <thabogre@gmail.com>2017-09-20 23:47:48 +0000
commit18022d128717d10aeaa50d7f6b7491072b549974 (patch)
tree93198da012b92d1b42a3b9f352a761316a7cdc10 /bruiser
parentadded some stuff into contributions.md (diff)
downloadmutator-18022d128717d10aeaa50d7f6b7491072b549974.tar.gz
mutator-18022d128717d10aeaa50d7f6b7491072b549974.zip
some api-changes handling, along with more text for contribs
Diffstat (limited to '')
-rw-r--r--bruiser/ORCmutation.h2
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*/