From 8273ebcc289ab079b1e35ea6cac803c6f40efb27 Mon Sep 17 00:00:00 2001 From: Araq Date: Fri, 24 Feb 2012 19:20:18 +0100 Subject: examples/tclex compiles again --- examples/tclex.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/tclex.nim') diff --git a/examples/tclex.nim b/examples/tclex.nim index 83e4bed00..daf2d52e2 100755 --- a/examples/tclex.nim +++ b/examples/tclex.nim @@ -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") -- cgit 1.4.1-2-gfad0