• Miguel Sousa Diogo's avatar
    removed SHOW_MALLOC macro: · ecbbcbe9
    Miguel Sousa Diogo authored
      to get memory usage statistics you now have to turn on memcheck, 
        which is only available on the development version of the compiler.
    changed ifdef property of ast.xml to ifndef, in order to replace the SHOW_MALLOC
      macro with DEBUG_OFF. This way, the check memory traversal is not compiled
      in the production version of the compiler.
    
    ecbbcbe9