mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-06 13:07:48 +00:00
examples/tclex compiles again
This commit is contained in:
@@ -19,7 +19,7 @@ var interp = CreateInterp()
|
||||
if interp == nil: quit("cannot create TCL interpreter")
|
||||
if Init(interp) != TCL_OK:
|
||||
quit("cannot init interpreter")
|
||||
if Eval(interp, myScript) != TCL_OK:
|
||||
if tcl.Eval(interp, myScript) != TCL_OK:
|
||||
quit("cannot execute script.tcl")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user