summary refs log tree commit diff stats
path: root/lib/wrappers/tcl.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2010-02-08 22:07:45 +0100
committerAndreas Rumpf <rumpf_a@web.de>2010-02-08 22:07:45 +0100
commit44ed48ffa6c39653415b0e0e528a1e8a515a7a77 (patch)
tree60e777c5d77b778670c5c219278cf63865fc5320 /lib/wrappers/tcl.nim
parenta4ba3556456e7e42d5997db9f935904434df9b6f (diff)
downloadNim-44ed48ffa6c39653415b0e0e528a1e8a515a7a77.tar.gz
more enhancements for the lib
Diffstat (limited to 'lib/wrappers/tcl.nim')
-rwxr-xr-xlib/wrappers/tcl.nim2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/wrappers/tcl.nim b/lib/wrappers/tcl.nim
index 0d9d08507..813714ecd 100755
--- a/lib/wrappers/tcl.nim
+++ b/lib/wrappers/tcl.nim
@@ -32,6 +32,8 @@
 #  ***********************************************************************
 # 
 
+{.deadCodeElim: on.}
+
 when defined(WIN32): 
   const dllName = "tcl(85|84|83|82|81|80).dll"
 elif defined(macosx):