Reorganize the defines a bit.

This commit is contained in:
Bob Nystrom
2014-04-07 07:45:09 -07:00
parent db082967f4
commit 289e70ed38
6 changed files with 55 additions and 38 deletions
+2 -2
View File
@@ -8,7 +8,7 @@
#include "wren_compiler.h"
#include "wren_vm.h"
#if WREN_DUMP_COMPILED_CODE
#if WREN_DEBUG_DUMP_COMPILED_CODE
#include "wren_debug.h"
#endif
@@ -1248,7 +1248,7 @@ static ObjFn* endCompiler(Compiler* compiler,
WREN_UNPIN(compiler->parser->vm);
#if WREN_DUMP_COMPILED_CODE
#if WREN_DEBUG_DUMP_COMPILED_CODE
wrenDebugPrintCode(compiler->parser->vm, fn);
#endif