enable 'cast' in interactive mode (beware)

This commit is contained in:
Araq
2013-02-17 02:42:55 +01:00
parent 8e9b39084c
commit 593b48b38e

View File

@@ -313,7 +313,7 @@ proc CommandCompileToJS =
compileProject()
proc InteractivePasses =
incl(gGlobalOptions, optSafeCode)
#incl(gGlobalOptions, optSafeCode)
#setTarget(osNimrodVM, cpuNimrodVM)
initDefines()
DefineSymbol("nimrodvm")