diff options
author | bloodstalker <thabogre@gmail.com> | 2017-06-27 19:34:42 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-06-27 19:34:42 +0000 |
commit | 242088d0738709de4ed80fcb018769ea0f2f4e2e (patch) | |
tree | f9523f745a5119c50863e4cc6e48af24d5590c81 | |
parent | trying to see how many cool things i can do with orcs... (diff) | |
download | mutator-242088d0738709de4ed80fcb018769ea0f2f4e2e.tar.gz mutator-242088d0738709de4ed80fcb018769ea0f2f4e2e.zip |
well i guess 4 doesnt have orc
Diffstat (limited to '')
-rw-r--r-- | bruiser/ORCmutation.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bruiser/ORCmutation.h b/bruiser/ORCmutation.h index 8cc29ae..5ca243e 100644 --- a/bruiser/ORCmutation.h +++ b/bruiser/ORCmutation.h @@ -23,6 +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 0 /**********************************************************************************************************************/ /*included modules*/ /*project headers*/ @@ -69,5 +70,6 @@ class MutatorJIT /**********************************************************************************************************************/ /**********************************************************************************************************************/ #endif +#endif /*last line intentionally left blank*/ |