summary refs log tree commit diff stats
path: root/lib/wrappers/tcl.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-04-22 10:53:43 +0200
committerAraq <rumpf_a@web.de>2011-04-22 10:53:43 +0200
commit8dda362fa67bcf75a24f2a60b7a124fdea319a64 (patch)
tree7e43b56fd522040989c5c64ddfef9ffab08b8594 /lib/wrappers/tcl.nim
parent1985ac69951932d2882b63b13f9dcd853dd80c43 (diff)
downloadNim-8dda362fa67bcf75a24f2a60b7a124fdea319a64.tar.gz
slices are first class citizens
Diffstat (limited to 'lib/wrappers/tcl.nim')
-rwxr-xr-xlib/wrappers/tcl.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/wrappers/tcl.nim b/lib/wrappers/tcl.nim
index 6f0368574..8836a4296 100755
--- a/lib/wrappers/tcl.nim
+++ b/lib/wrappers/tcl.nim
@@ -42,7 +42,7 @@ elif defined(macosx):
     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)"
+    dllName = "libtcl(8.5|8.4|8.3|8.2|8.1).so(|.1|.0)"
 const 
   TCL_DESTROYED* = 0xDEADDEAD
   TCL_OK* = 0