diff options
Diffstat (limited to 'bruiser')
| -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*/ | 
