--- linuxsampler/trunk/src/scriptvm/ScriptVM.cpp 2016/07/22 15:51:40 2974 +++ linuxsampler/trunk/src/scriptvm/ScriptVM.cpp 2016/10/31 00:05:00 3034 @@ -60,10 +60,12 @@ namespace LinuxSampler { + #if DEBUG_SCRIPTVM_CORE static void _printIndents(int n) { for (int i = 0; i < n; ++i) printf(" "); fflush(stdout); } + #endif static int _requiredMaxStackSizeFor(Statement* statement, int depth = 0) { if (!statement) return 1;