From 3005955d20033db12345eacd6eb8ff8cec92507c Mon Sep 17 00:00:00 2001 From: Araq Date: Sun, 6 Mar 2011 21:16:05 +0100 Subject: distinction between re.replace and re.replacef; speed improvements for re module --- lib/oldwrappers/tcl.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/oldwrappers') diff --git a/lib/oldwrappers/tcl.nim b/lib/oldwrappers/tcl.nim index 813714ecd..5e16b798e 100755 --- a/lib/oldwrappers/tcl.nim +++ b/lib/oldwrappers/tcl.nim @@ -37,7 +37,7 @@ when defined(WIN32): const dllName = "tcl(85|84|83|82|81|80).dll" elif defined(macosx): - const dllName = "libtcl(8.5|8.4|8.3|8.2|8.1).dynlib" + const dllName = "libtcl(8.5|8.4|8.3|8.2|8.1).dylib" else: const dllName = "libtcl(8.5|8.4|8.3|8.2|8.1).so.(1|0)" -- cgit 1.4.1-2-gfad0